Author: solomax
Date: Mon Mar 18 14:04:27 2013
New Revision: 1457769

URL: http://svn.apache.org/r1457769
Log:
License headers are updated

Modified:
    openmeetings/branches/2.1/WebContent/red5/red5-highperf.bat
    openmeetings/trunk/singlewebapp/WebContent/red5/red5-highperf.bat

Modified: openmeetings/branches/2.1/WebContent/red5/red5-highperf.bat
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/2.1/WebContent/red5/red5-highperf.bat?rev=1457769&r1=1457768&r2=1457769&view=diff
==============================================================================
--- openmeetings/branches/2.1/WebContent/red5/red5-highperf.bat (original)
+++ openmeetings/branches/2.1/WebContent/red5/red5-highperf.bat Mon Mar 18 
14:04:27 2013
@@ -1,3 +1,16 @@
+REM #############################################
+REM Licensed under the Apache License, Version 2.0 (the "License");
+REM you may not use this file except in compliance with the License.
+REM You may obtain a copy of the License at
+REM
+REM     http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM #############################################
 @echo off
 
 if NOT DEFINED RED5_HOME set RED5_HOME=%~dp0
@@ -5,4 +18,4 @@ if NOT DEFINED RED5_HOME set RED5_HOME=%
 set JAVA_OPTS= -Xmx768m -Xms512m -Xmn512m -Xss256k -XX:+AggressiveOpts 
-XX:+DisableExplicitGC -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC 
-XX:+UseParNewGC -XX:SurvivorRatio=16 -XX:TargetSurvivorRatio=90 
-XX:MaxTenuringThreshold=31 -Djava.net.preferIPv4Stack=true
 
 echo Running High Performance Red5
-start cmd /c "%RED5_HOME%\red5.bat" >> "%RED5_HOME%\log\jvm.stdout"
\ No newline at end of file
+start cmd /c "%RED5_HOME%\red5.bat" >> "%RED5_HOME%\log\jvm.stdout"

Modified: openmeetings/trunk/singlewebapp/WebContent/red5/red5-highperf.bat
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/red5/red5-highperf.bat?rev=1457769&r1=1457768&r2=1457769&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/WebContent/red5/red5-highperf.bat (original)
+++ openmeetings/trunk/singlewebapp/WebContent/red5/red5-highperf.bat Mon Mar 
18 14:04:27 2013
@@ -1,3 +1,16 @@
+REM #############################################
+REM Licensed under the Apache License, Version 2.0 (the "License");
+REM you may not use this file except in compliance with the License.
+REM You may obtain a copy of the License at
+REM
+REM     http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM #############################################
 @echo off
 
 if NOT DEFINED RED5_HOME set RED5_HOME=%~dp0
@@ -5,4 +18,4 @@ if NOT DEFINED RED5_HOME set RED5_HOME=%
 set JAVA_OPTS= -Xmx768m -Xms512m -Xmn512m -Xss256k -XX:+AggressiveOpts 
-XX:+DisableExplicitGC -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC 
-XX:+UseParNewGC -XX:SurvivorRatio=16 -XX:TargetSurvivorRatio=90 
-XX:MaxTenuringThreshold=31 -Djava.net.preferIPv4Stack=true
 
 echo Running High Performance Red5
-start cmd /c "%RED5_HOME%\red5.bat" >> "%RED5_HOME%\log\jvm.stdout"
\ No newline at end of file
+start cmd /c "%RED5_HOME%\red5.bat" >> "%RED5_HOME%\log\jvm.stdout"


Reply via email to