You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2012/06/22 19:13:06 UTC

svn commit: r1352978 - in /incubator/stanbol/site/trunk/content/stanbol/docs/trunk: building.mdtext tutorial.mdtext

Author: reto
Date: Fri Jun 22 17:13:05 2012
New Revision: 1352978

URL: http://svn.apache.org/viewvc?rev=1352978&view=rev
Log:
added -XX:MaxPermSize=256m argument when full launcher is executed

Modified:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/building.mdtext
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/building.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/building.mdtext?rev=1352978&r1=1352977&r2=1352978&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/building.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/building.mdtext Fri Jun 22 17:13:05 2012
@@ -24,7 +24,7 @@ Now, several launchers should be availab
 
 You can launch the server with:
 
-	$ java -Xmx1g -jar full/target/org.apache.stanbol.launchers.full-0.9-SNAPSHOT.jar
+	$ java -Xmx1g -XX:MaxPermSize=256m -jar full/target/org.apache.stanbol.launchers.full-0.9-SNAPSHOT.jar
 
  Your instance is then available on <http://localhost:8080>. You may change the default 
 port number by passing a `-p 9090` options to the commandline launcher. Use <code>-h</code>
@@ -36,4 +36,4 @@ contains Stanbol's persistent data, depl
 
 __HTTP entry points: Web view and REST API__
 
-The web interface of your Apache Stanbol installation provides information for the main HTTP entry points. Each resource also comes with a web view that documents the matching RESTful API for applications.
\ No newline at end of file
+The web interface of your Apache Stanbol installation provides information for the main HTTP entry points. Each resource also comes with a web view that documents the matching RESTful API for applications.

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext?rev=1352978&r1=1352977&r2=1352978&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/tutorial.mdtext Fri Jun 22 17:13:05 2012
@@ -62,5 +62,5 @@ The full (including experimental) featur
 
 To start the full launcher, you just have to execute its JAR via the following command:
 
-	% java -Xmx1g -jar full/target/org.apache.stanbol.launchers.full-{snapshot-version}-SNAPSHOT.jar
+	% java -Xmx1g -XX:MaxPermSize=256m -jar full/target/org.apache.stanbol.launchers.full-{snapshot-version}-SNAPSHOT.jar