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: a8fe170b53 [formerly c448651065] [formerly 03a2e82b77] [formerly 8d3c98eb5d [formerly 03a2e82b77 [formerly 54f97bfeaecf8fc99d8572a94977d863c547fe17]]]
Former-commit-id: 8d3c98eb5d
Former-commit-id: fab6d44468dbf0db3894a28e8b00ea49184bb43e [formerly 5816ddaf77]
Former-commit-id: 12e9b9d75b
This commit is contained in:
Bryan Kowal 2013-04-03 18:27:10 -05:00
parent 91c6521d10
commit 64dbc18c8e

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"