Skip to content

Commit

Permalink
[releng] Add memory
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth committed Jun 5, 2023
1 parent 94398f6 commit 9d9b2d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vars/tester.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ private def getJunitCmdTemplate(String capellaProductPath, String applicationPar

return "sleep 10 && " +
"java " +
"-Xms1024m -Xmx3000m " +
"-Xms1024m -Xmx3500m " +
"-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=${WORKSPACE}/memory_dump.log -XX:OnOutOfMemoryError='dmesg > ${WORKSPACE}/memory_dump2.log' " +
"-ea -da:org.eclipse.emf.common.util.URI " + // bug GMF 438712
"-Declipse.p2.data.area=@config.dir/../p2 " +
"-Dfile.encoding=Cp1252 " +
Expand Down

0 comments on commit 9d9b2d8

Please sign in to comment.