Skip to content

Commit

Permalink
build(sbt): bump max heap to 4g
Browse files Browse the repository at this point in the history
PortalTest and AdvancedSearchPageTest are both flaking. They used to be
fine, and due to the old setup with the `.sbtopts` file the max heap was
actually always at 4G so might as well try returning to that.
  • Loading branch information
edalex-ian committed Jan 30, 2024
1 parent 3274334 commit 8e540ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jvmopts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-Xms2g
-Xmx3g
-Xmx4g
-XX:ReservedCodeCacheSize=256m
-XX:MaxMetaspaceSize=512m

0 comments on commit 8e540ac

Please sign in to comment.