Vojtech Szocs has posted comments on this change.

Change subject: webadmin,userportal: Remove general JVM settings from 
gwt-plugin.extraJvmArgs
......................................................................


Patch Set 2:

TODO update patch according to discussion with Alon:

* preserve Java temp/prefs file settings in frontend pom.xml

* in Makefile maven target:

 export MAVEN_OPTS="${MAVEN_OPTS} $(BUILD_JAVA_OPTS_COMMON) 
$(BUILD_JAVA_OPTS_MAVEN)"

* set BUILD_JAVA_OPTS_COMMON to "" if not defined

* set BUILD_JAVA_OPTS_MAVEN to "-XX:MaxPermSize=512m" if not defined

* set BUILD_JAVA_OPTS_GWT to "-Xms1024M -Xmx8192M -XX:PermSize=512M 
-XX:MaxPermSize=1024M" if not defined

* in frontend pom.xml:

 <gwt-plugin.extraJvmArgs>
   ${gwt.jvmArgs} \
   ...
 </gwt-plugin.extraJvmArgs>

* in Makefile when doing GWT build, ensure -Dgwt.jvmArgs = 
$(BUILD_JAVA_OPTS_GWT)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Iaeb92d69f2ba38746559df3e44f34a61fd880908
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: Alexander Wels <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Barak Korren <[email protected]>
Gerrit-Reviewer: David Caro <[email protected]>
Gerrit-Reviewer: Einav Cohen <[email protected]>
Gerrit-Reviewer: Eyal Edri <[email protected]>
Gerrit-Reviewer: Lior Vernia <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to