You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/01/05 23:54:36 UTC

[04/50] incubator-tinkerpop git commit: TINKERPOP-1051: Added best practice to increase the gremlin server heap size in non-trivial use cases. Fixed typo.

TINKERPOP-1051: Added best practice to increase the gremlin server heap size in non-trivial use cases.  Fixed typo.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/44932d17
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/44932d17
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/44932d17

Branch: refs/heads/TINKERPOP-1033
Commit: 44932d17167a8d22579d397fc0f881be7172363a
Parents: 3fedaf6
Author: Jeremy Hanna <jh...@datastax.com>
Authored: Fri Dec 18 09:56:23 2015 -0800
Committer: Jeremy Hanna <jh...@datastax.com>
Committed: Fri Dec 18 09:56:23 2015 -0800

----------------------------------------------------------------------
 docs/src/reference/gremlin-applications.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/44932d17/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-applications.asciidoc b/docs/src/reference/gremlin-applications.asciidoc
index 10cb55b..d96e356 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -1104,7 +1104,7 @@ Tuning
 
 image:gremlin-handdrawn.png[width=120,float=right] Tuning Gremlin Server for a particular environment may require some simple trial-and-error, but the following represent some basic guidelines that might be useful:
 
-* Gremlin Server defaults to a very modest max heap size.  Consider increasing this value for non-trivial uses.  Max heap size (`-xmx`) is defined with the `JAVA_OPTIONS` setting in `gremlin-server.sh`.
+* Gremlin Server defaults to a very modest max heap size.  Consider increasing this value for non-trivial uses.  Max heap size (`-Xmx`) is defined with the `JAVA_OPTIONS` setting in `gremlin-server.sh`.
 * When configuring the size of `threadPoolWorker` start with the default of `1` and increment by one as needed to a maximum of `2*number of cores`.
 * The "right" size of the `gremlinPool` setting is somewhat dependent on the type of scripts that will be processed
 by Gremlin Server.  As requests arrive to Gremlin Server they are decoded and queued to be processed by threads in