- Increasing default memory size to 1 GB (-Xmx1024M)
- Console should no longer generate in Windows

git-svn-id: http://dev.eclipse.org/svnroot/technology/org.eclipse.stem/branches/STEM_1_2_1@2361 92a21009-5b66-0410-b83a-dc787c41c6e9
diff --git a/core/org.eclipse.stem.ui/stem.product b/core/org.eclipse.stem.ui/stem.product
index 02824b0..1132ffe 100644
--- a/core/org.eclipse.stem.ui/stem.product
+++ b/core/org.eclipse.stem.ui/stem.product
@@ -14,8 +14,8 @@
    </configIni>
 
    <launcherArgs>
-      <programArgs>-console -consoleLog</programArgs>
-      <vmArgs>-Xms400M -Xmx600M</vmArgs>
+      <programArgs>-consoleLog</programArgs>
+      <vmArgs>-Xms400M -Xmx1024M</vmArgs>
    </launcherArgs>
 
    <windowImages i16="/org.eclipse.stem.ui/branding/ohf16_16_32.gif" i32="/org.eclipse.stem.ui/branding/ohf32_32_32.gif" i48="/org.eclipse.stem.ui/branding/ohf48_48_32.gif" i64="/org.eclipse.stem.ui/branding/ohf64_64_32.gif" i128="/org.eclipse.stem.ui/branding/ohf128_128_32.gif"/>