Removed unnecessary comment about heap size, memory limits and classpath
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/1b4396bf Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/1b4396bf Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/1b4396bf Branch: refs/heads/0.6.0 Commit: 1b4396bf89d251965af6688719716726dacf6696 Parents: aebd9fe Author: Martin Harris <[email protected]> Authored: Wed Oct 30 14:30:05 2013 +0000 Committer: Martin Harris <[email protected]> Committed: Wed Oct 30 14:30:05 2013 +0000 ---------------------------------------------------------------------- docs/use/examples/global-web-fabric/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/1b4396bf/docs/use/examples/global-web-fabric/index.md ---------------------------------------------------------------------- diff --git a/docs/use/examples/global-web-fabric/index.md b/docs/use/examples/global-web-fabric/index.md index 5abd1bf..5ebb23c 100644 --- a/docs/use/examples/global-web-fabric/index.md +++ b/docs/use/examples/global-web-fabric/index.md @@ -269,8 +269,7 @@ import com.google.common.collect.Lists; ## Running the Example -Now let's run this example. You will need to specify increased heap size and memory limits, -as well as the appropriate classpath. +Now let's run this example. {% highlight bash %} ${BROOKLYN_HOME}/bin/brooklyn launch --app brooklyn.demo.GlobalWebFabricExample \
