Author: taylor Date: Thu Nov 12 02:33:33 2015 New Revision: 1713956 URL: http://svn.apache.org/viewvc?rev=1713956&view=rev Log: need JVM settings for DB Migration
Modified: portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml Modified: portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml?rev=1713956&r1=1713955&r2=1713956&view=diff ============================================================================== --- portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml (original) +++ portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml Thu Nov 12 02:33:33 2015 @@ -76,7 +76,7 @@ </page> <page type="input" name="jvmProperties" displayText="JVM memory size" - ifProperty="(${operation}=importdb) OR (${operation}=exportdb)"> + ifProperty="(${operation}=importdb) OR (${operation}=exportdb) OR (${operation}=migratedb)"> <comment displayText="Enter maximum memory size of the import/export JVM process;" /> <comment displayText="large data sets will often require additional memory." /> <comment displayText="" /> --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org