Skip to content

Commit

Permalink
Heap dump will go in temp dir or working dir by default
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad committed Apr 24, 2024
1 parent 3b70743 commit 3f3db88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/configs/webapps/embedded/labkey_server.service
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ExecStart=<JAVA_HOME>/bin/java \
-Xms2G \
-Xmx2G \
-XX:+HeapDumpOnOutOfMemoryError \
-XX:HeapDumpPath=$LABKEY_HOME/labkey-tmp \
-XX:ErrorFile=/labkey/labkey/logs/error_%p.log \
-Djava.io.tmpdir=$LABKEY_HOME/labkey-tmp \
$JAVA_FLAGS_JAR_OPS \
Expand Down

0 comments on commit 3f3db88

Please sign in to comment.