You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by pi...@apache.org on 2013/01/02 14:51:15 UTC

svn commit: r1427788 - /karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/wrapper.conf

Author: pieber
Date: Wed Jan  2 13:51:15 2013
New Revision: 1427788

URL: http://svn.apache.org/viewvc?rev=1427788&view=rev
Log:
[KARAF-2094] Extend wrapper docs by JVM param FAQ

Signed-off-by: Andreas Pieber <an...@gmail.com>

Modified:
    karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/wrapper.conf

Modified: karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/wrapper.conf
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/wrapper.conf?rev=1427788&r1=1427787&r2=1427788&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/wrapper.conf (original)
+++ karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/wrapper.conf Wed Jan  2 13:51:15 2013
@@ -119,4 +119,8 @@ On Ubuntu/Debian Systems:
   To uninstall the service :
     $ rm /etc/init.d/KARAF-service
 
-{code}
\ No newline at end of file
+h2. Configuration Hints
+
+If you need to append parameters to the "java" invoke (like memory configurations) you add those in the KARAF-wrapper file using "wrapper.java.additional.n=PARAMETER" where "n" is the number of the additional config (typically you simply look for the last entry and use n+1) and PARAMTER is any JVM parameter you would like to append, such as "-XX:MaxPermSize=1024m".
+
+{code}