Skip to content

Commit

Permalink
Fix #1918 - Initial Heap space set to 512 and max 1024 MB by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Aug 23, 2020
1 parent 2e73744 commit 79a4d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.updatesite/wollok-product.product
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ http://wollok.org
<launcherArgs>
<programArgsWin>-Dfile.encoding=UTF-8
</programArgsWin>
<vmArgs>-XX:PermSize=512M -XX:MaxPermSize=768M
<vmArgs>-XX:PermSize=512M -XX:MaxPermSize=1024M -Xms512m -Xmx1024m
</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
Expand Down

0 comments on commit 79a4d93

Please sign in to comment.