packages: red5/red5.sysconfig - dropped RED5_HOME example. User is not supo...

pawelz pawelz at pld-linux.org
Thu Oct 29 09:40:42 CET 2009


Author: pawelz                       Date: Thu Oct 29 08:40:42 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- dropped RED5_HOME example. User is not suposed to play with this var.
- added JAVA_OPTS example.
- some documentation.

---- Files affected:
packages/red5:
   red5.sysconfig (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/red5/red5.sysconfig
diff -u packages/red5/red5.sysconfig:1.3 packages/red5/red5.sysconfig:1.4
--- packages/red5/red5.sysconfig:1.3	Thu Oct 29 09:08:39 2009
+++ packages/red5/red5.sysconfig	Thu Oct 29 09:40:37 2009
@@ -1,4 +1,9 @@
-# TODO: document the vars
-#JAVA_HOME=$(. /usr/share/java-utils/java-functions; set_jvm >&2; echo "$JAVA_HOME")
-#RED5_HOME=${RED5_HOME:-/usr/share/red5}
-#RED5_CLASSPATH=$RED5_CLASSPATH:$RED5_HOME/red5.jar:$RED5_HOME/conf
+# red5 needs java >= 1.6. So if default jre is < 1.6, specify JAVA_HOME.
+#JAVA_HOME=java-sun-1.6.0.16
+
+# Set java memory limits
+#JAVA_OPTS=-Xmx384M -XX:MaxPermSize=192m -XX:PermSize=128m
+
+# red5 boot class path. If you need some classes to be loaded before spring,
+# add them here.
+#RED5_CLASSPATH=/path/to/some.jar
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/red5/red5.sysconfig?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list