From 80ad85b270d8cfacf6da85f1db5ce3d4872d2c93 Mon Sep 17 00:00:00 2001 From: Peter Kriens Date: Fri, 21 Sep 2018 15:21:37 +0200 Subject: [PATCH] [run] Update memory options vm 512 Mb was a bit small for a large build test Permsize is gone from Java 8 Signed-off-by: Peter Kriens --- bndtools.core/bndtools.shared.bndrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bndtools.core/bndtools.shared.bndrun b/bndtools.core/bndtools.shared.bndrun index ec2cf9c6b..9967cc930 100644 --- a/bndtools.core/bndtools.shared.bndrun +++ b/bndtools.core/bndtools.shared.bndrun @@ -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,\