Modified: unomi/website/manual/latest/index.html
URL: 
http://svn.apache.org/viewvc/unomi/website/manual/latest/index.html?rev=1908957&r1=1908956&r2=1908957&view=diff
==============================================================================
--- unomi/website/manual/latest/index.html (original)
+++ unomi/website/manual/latest/index.html Tue Apr  4 14:03:13 2023
@@ -10146,16 +10146,15 @@ environment if you intend to re-deploy t
 * Apache Karaf 4.2.x, <a 
href="http://karaf.apache.org";>http://karaf.apache.org</a></p>
 </div>
 <div class="paragraph">
-<p>Before deploying, make sure that you have Apache Karaf properly installed. 
You will also have to increase the
-default maximum memory size and perm gen size by adjusting the following 
environment values in the bin/setenv(.bat)
+<p>Before deploying, make sure that you have Apache Karaf properly installed. 
Depending of your usage, you may also have to increase the
+ memory size by adjusting the following environment values in the 
bin/setenv(.bat)
 files (at the end of the file):</p>
 </div>
 <div class="listingblock">
 <div class="content">
 <pre class="highlight"><code>   MY_DIRNAME=`dirname $0`
    MY_KARAF_HOME=`cd "$MY_DIRNAME/.."; pwd`
-   export JAVA_MAX_MEM=3G
-   export JAVA_MAX_PERM_MEM=384M</code></pre>
+   export KARAF_OPTS="$KARAF_OPTS -Xmx3G"</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -11327,7 +11326,7 @@ They allow to modify an item, that would
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2023-01-06 14:47:30 +0100
+Last updated 2023-03-31 14:32:13 +0200
 </div>
 </div>
 </body>


Reply via email to