Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2551)

Unified Diff: editor/tools/plugins/com.google.dart.tools.deploy/dart_feature.product

Issue 252063002: Rollback to 1024m max heap. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « editor/build/build.py ('k') | tools/create_editor.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.tools.deploy/dart_feature.product
diff --git a/editor/tools/plugins/com.google.dart.tools.deploy/dart_feature.product b/editor/tools/plugins/com.google.dart.tools.deploy/dart_feature.product
index ddf12b983503c7403140f2b154a4edb3439827f5..37cbabe3c410684ece710391576f6ee9aca5b2ee 100644
--- a/editor/tools/plugins/com.google.dart.tools.deploy/dart_feature.product
+++ b/editor/tools/plugins/com.google.dart.tools.deploy/dart_feature.product
@@ -17,7 +17,7 @@
<programArgsLin>-consoleLog -data @user.home/.dartEditor</programArgsLin>
<programArgsMac>-consoleLog -data &quot;@user.home/Library/Application Support/DartEditor&quot;</programArgsMac>
<programArgsWin>-data @user.home\DartEditor</programArgsWin>
- <vmArgs>-Dosgi.requiredJavaVersion=1.6 -Dfile.encoding=UTF-8 -XX:MaxPermSize=128m -Xms40m -Xmx1850m</vmArgs>
+ <vmArgs>-Dosgi.requiredJavaVersion=1.6 -Dfile.encoding=UTF-8 -XX:MaxPermSize=128m -Xms40m -Xmx1024m</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Declipse.vm=/System/Library/Frameworks/JavaVM.framework -Xdock:icon=../Resources/Eclipse.icns</vmArgsMac>
</launcherArgs>
« no previous file with comments | « editor/build/build.py ('k') | tools/create_editor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698