You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2013/11/01 23:26:25 UTC

svn commit: r1538075 - /openmeetings/trunk/singlewebapp/build.xml

Author: sebawagner
Date: Fri Nov  1 22:26:25 2013
New Revision: 1538075

URL: http://svn.apache.org/r1538075
Log:
OPENMEETINGS-817 Startup of server for selenium should use red5-highperf.sh not red5.sh, otherwise the ant target will never complete as the red5.sh does not give the console free again. The build target just hangs endlessly.

Modified:
    openmeetings/trunk/singlewebapp/build.xml

Modified: openmeetings/trunk/singlewebapp/build.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/build.xml?rev=1538075&r1=1538074&r2=1538075&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/build.xml (original)
+++ openmeetings/trunk/singlewebapp/build.xml Fri Nov  1 22:26:25 2013
@@ -833,8 +833,7 @@
 		<!--this does only make sense if the unix executable is run obviously, however we do it for all -->
 		<chmod dir="${dist.dir}/testred5" perm="755" includes="**/*.sh" />
 		<exec dir="${dist.dir}/testred5" executable="/bin/bash" osfamily="unix" output="${dist.dir}/testred5/red5_system.log">
-			<env key="JVM_OPTS" value="-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=512M -Xmx1024m -Xms512m -Xss256k -XX:+AggressiveOpts -XX:+DisableExplicitGC -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC -Xverify:none -XX:+TieredCompilation -XX:+UseBiasedLocking -XX:+UseStringCache -XX:+UseParNewGC -XX:SurvivorRatio=16 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 -Djava.net.preferIPv4Stack=true -XX:InitialCodeCacheSize=8m -XX:ReservedCodeCacheSize=32m -Dorg.terracotta.quartz.skipUpdateCheck=true"/>
-			<arg value="red5.sh"/> 
+			<arg value="red5-highperf.sh"/> 
 		</exec>
 		<!-- start up does take some time -->
 		<sleep seconds="30" />