Skip to content

Commit 5804a73

Browse files
DO NOT MERGE: debug build performance
[ci] Signed-off-by: Robert Autenrieth <robert.autenrieth@digitalasset.com>
1 parent 46b6bfa commit 5804a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.envrc.vars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export PUBLIC_CONFIGS_PATH=${SPLICE_ROOT}/cluster/configs/configs
1616

1717
# Inrease code heap sizes to avoid issues
1818
# Defaults NonNMethodCodeHeapSize=7M,NonProfiledCodeHeapSize=122M,ProfiledCodeHeapSize=122M
19-
export SBT_OPTS="-XX:MaxRAMPercentage=90.0 -Xmx16G -Xms4G -Xss6M -XX:+UseG1GC -XX:ReservedCodeCacheSize=1G"
19+
export SBT_OPTS="-XX:MaxRAMPercentage=90.0 -Xmx16G -Xms4G -Xss6M -XX:+UseG1GC -XX:ReservedCodeCacheSize=1G -Xlog:gc*,gc+heap=debug:file=log/sbt-gc.log:time,level,tags:filecount=5,filesize=20m -Xlog:class+load=info,class+unload=info:file=log/sbt-classloading.log -XX:StartFlightRecording=filename=log/sbt-build.jfr,dumponexit=true,settings=profile"
2020

2121
# Provide a simple way to get the path to `sbt-launch.jar` for IntelliJ setup
2222
export SBT_LAUNCH_PATH="$(dirname "$(dirname "$(which sbt)")")/share/sbt/bin/sbt-launch.jar"

0 commit comments

Comments
 (0)