Skip to content

Commit

Permalink
[releng] Update memory
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth committed Jun 1, 2023
1 parent f9953c5 commit 2d86ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/tester.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private def getJunitCmdTemplate(String capellaProductPath, String applicationPar
return "sleep 10 && " +
"java " +
"${jacocoParameters} " +
"-Xms1024m -Xmx3500m " +
"-Xms1024m -Xmx3000m " +
"-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 2d86ea0

Please sign in to comment.