Description Usage Arguments Examples
Configure GAMA path and Java heap size
1 | defpath(path, Xmx = "2048m", Xms = "512m")
|
path |
Path to Gama |
Xmx |
Maximum heap size |
Xms |
Initial heap size |
1 2 3 4 | ## Not run:
defpath(path = "/Applications/Gama.app/", Xmx = "4096m", Xms = "512m")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.