You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2015/11/22 20:36:24 UTC

svn commit: r973249 - in /websites/staging/directory/trunk/content: ./ studio/faqs.html

Author: buildbot
Date: Sun Nov 22 19:36:24 2015
New Revision: 973249

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/studio/faqs.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 22 19:36:24 2015
@@ -1 +1 @@
-1715680
+1715681

Modified: websites/staging/directory/trunk/content/studio/faqs.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/faqs.html (original)
+++ websites/staging/directory/trunk/content/studio/faqs.html Sun Nov 22 19:36:24 2015
@@ -199,9 +199,9 @@ h2:hover > .headerlink, h3:hover > .head
 </em> You can find out the Java home directories with <code>/usr/libexec/java_home -V</code>, append <code>/bin/java</code> to the path</p>
 <h3 id="how-to-increase-the-heap-memory">How to increase the heap memory?<a class="headerlink" href="#how-to-increase-the-heap-memory" title="Permanent link">&para;</a></h3>
 <p>Add the following content to <em>ApacheDirectoryStudio.ini</em> file:</p>
-<div class="codehilite"><pre>    <span class="o">-</span><span class="n">vmargs</span>
-    <span class="o">-</span><span class="n">Xms128m</span>
-    <span class="o">-</span><span class="n">Xmx512m</span>
+<div class="codehilite"><pre><span class="o">-</span><span class="n">vmargs</span>
+<span class="o">-</span><span class="n">Xms128m</span>
+<span class="o">-</span><span class="n">Xmx512m</span>
 </pre></div>