Yair Zaslavsky has uploaded a new change for review.

Change subject: webadmin: increase memory settings
......................................................................

webadmin: increase memory settings

Increased memory settings in order not to reach OutOfMemory upon compilation

Change-Id: I605a10321a46392241511523e80c00cd50bd16fd
Signed-off-by: Yair Zaslavsky <yzasl...@redhat.com>
---
M frontend/webadmin/modules/pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/79/23279/1

diff --git a/frontend/webadmin/modules/pom.xml 
b/frontend/webadmin/modules/pom.xml
index e7ee5ed..b09aca9 100644
--- a/frontend/webadmin/modules/pom.xml
+++ b/frontend/webadmin/modules/pom.xml
@@ -44,7 +44,7 @@
     
<gwt.dontPrune>-Dgwt.dontPrune=org\.ovirt\.engine\.core\.(common|compat)\..*</gwt.dontPrune>
     <!-- This can be overridden by setting this property in your personal 
settings.xml -->
     <gwt-plugin.extraJvmArgs>
-      -Xms1024M -Xmx2048M -XX:PermSize=256M -XX:MaxPermSize=512M \
+      -Xms1024M -Xmx4096M -XX:PermSize=512M -XX:MaxPermSize=1024M \
       -Djava.io.tmpdir="${project.build.directory}/tmp" \
       -Djava.util.prefs.systemRoot="${project.build.directory}/tmp/.java" \
       -Djava.util.prefs.userRoot="${project.build.directory}/tmp/.java"


-- 
To view, visit http://gerrit.ovirt.org/23279
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I605a10321a46392241511523e80c00cd50bd16fd
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to