Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ orbs:
- image: s22s/circleci-openjdk-conda-gdal:b8e30ee
working_directory: ~/repo
environment:
SBT_OPTS: "-Xms64m -Xmx1536m -Djava.awt.headless=true -Dsun.io.serialization.extendedDebugInfo=true"
SBT_OPTS: "-Xms32M -Xmx2G -XX:+UseStringDeduplication -XX:+UseCompressedOops -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp"
commands:
setup:
description: Setup for sbt build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: rf-site
path: docs/target/site
path: docs/target/site
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Thumbs.db
*.log

# sbt specific

.bsp
.cache
.history
Expand All @@ -19,6 +20,7 @@ project/boot/
project/plugins/project/

# Scala-IDE specific

.scala_dependencies
.worksheet
.idea
Expand All @@ -34,3 +36,14 @@ scoverage-report*

zz-*
rf-notebook/src/main/notebooks/.ipython

# VSCode files

.vscode
.history

# Metals

.metals
.bloop
metals.sbt
Loading