Skip to content

Commit

Permalink
[run] Update memory options vm
Browse files Browse the repository at this point in the history
512 Mb was a bit small for a large build test
Permsize is gone from Java 8

Signed-off-by: Peter Kriens <[email protected]>
  • Loading branch information
pkriens committed Sep 21, 2018
1 parent ab90b27 commit 80ad85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bndtools.core/bndtools.shared.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ crossplatform.bundles: \
org.w3c.dom.smil,\
org.w3c.dom.svg

crossplatform.vmargs: -Xmx512m -XX:MaxPermSize=256m
crossplatform.vmargs: -Xmx2g

crossplatform.runprops: \
eclipse.application=org.eclipse.ui.ide.workbench,\
Expand Down

0 comments on commit 80ad85b

Please sign in to comment.