Issue #1859 - the Xss JVM parameter will now be included in the ini files for the 32-bit CAVE

Change-Id: I4d5a152dd44cd0a80405e04ce18d40e820bd06e6

Former-commit-id: 03a2e82b77 [formerly 54f97bfeaecf8fc99d8572a94977d863c547fe17]
Former-commit-id: 8d3c98eb5d
This commit is contained in:
Bryan Kowal 2013-04-03 18:27:10 -05:00
parent c87d157cbd
commit 5816ddaf77

View file

@ -228,6 +228,8 @@
<var name="cave.arch" value="arch.x86" />
<extractCAVEini
zip.file="${buildDirectory}/${buildLabel}/${buildId}-linux.gtk.x86.zip" />
<!-- add the Xss jvm parameter to the 32-bit CAVE -->
<echo file="/tmp/cave/cave.ini" append="true" message="-Xss512k" />
<antcall target="generateDynamicCAVE" />
<!-- Update the 32-bit CAVE zip file -->
<zip destfile="${buildDirectory}/${buildLabel}/${buildId}-linux.gtk.x86.zip"