Browse Source

Reserve enough memory so SDM can be run for more than one browser

Change-Id: Ie7424f43248958492de173b2dc8839ecdf8c6df4
tags/7.6.0.alpha4
Artur Signell 8 years ago
parent
commit
eecacd40c8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      eclipse/Super Development Mode (vaadin).launch

+ 1
- 1
eclipse/Super Development Mode (vaadin).launch View File

@@ -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>

Loading…
Cancel
Save