diff options
author | Artur Signell <artur@vaadin.com> | 2015-07-31 09:43:46 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-07-31 12:09:16 +0000 |
commit | eecacd40c83217d24ef153a2deaecabf6d01a8fc (patch) | |
tree | 9650804f2c4d2c8214544b22c794d15892a4853f /eclipse | |
parent | 38abea64cc1a5f54bccc21f79a6d7f4137fe0179 (diff) | |
download | vaadin-framework-eecacd40c83217d24ef153a2deaecabf6d01a8fc.tar.gz vaadin-framework-eecacd40c83217d24ef153a2deaecabf6d01a8fc.zip |
Reserve enough memory so SDM can be run for more than one browser
Change-Id: Ie7424f43248958492de173b2dc8839ecdf8c6df4
Diffstat (limited to 'eclipse')
-rw-r--r-- | eclipse/Super Development Mode (vaadin).launch | 2 |
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> |