summaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-07-31 09:43:46 +0300
committerpatrik <patrik@vaadin.com>2015-08-04 10:50:21 +0300
commit4cfdd0b7f0c3a0b22da6c37d8c79bbf08d556d91 (patch)
tree39666572ef4dee4730fb9eb1973835680a8c64fa /eclipse
parentd07dde9d6e5fbdf3b385f6964f2499bd440e5873 (diff)
downloadvaadin-framework-4cfdd0b7f0c3a0b22da6c37d8c79bbf08d556d91.tar.gz
vaadin-framework-4cfdd0b7f0c3a0b22da6c37d8c79bbf08d556d91.zip
Reserve enough memory so SDM can be run for more than one browser
Change-Id: I8bdd2e7760995fbe4648870400726c913eb392e0
Diffstat (limited to 'eclipse')
-rw-r--r--eclipse/Super Development Mode (vaadin).launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/Super Development Mode (vaadin).launch b/eclipse/Super Development Mode (vaadin).launch
index 361a456e96..b03337e5ff 100644
--- a/eclipse/Super Development Mode (vaadin).launch
+++ b/eclipse/Super Development Mode (vaadin).launch
@@ -23,5 +23,5 @@
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.codeserver.CodeServer"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-noprecompile -strict -bindAddress 0.0.0.0 com.vaadin.DefaultWidgetSet com.vaadin.tests.widgetset.TestingWidgetSet"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="vaadin"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx512M -XX:MaxPermSize=256M"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx1G -XX:MaxPermSize=256M"/>
</launchConfiguration>