defpath: Configure GAMA path and Java heap size

Description Usage Arguments Examples

View source: R/zzz.R

Description

Configure GAMA path and Java heap size

Usage

1
defpath(path, Xmx = "2048m", Xms = "512m")

Arguments

path

Path to Gama

Xmx

Maximum heap size

Xms

Initial heap size

Examples

1
2
3
4
## Not run: 
defpath(path = "/Applications/Gama.app/", Xmx = "4096m", Xms = "512m")

## End(Not run)

r-and-gama/rama documentation built on July 19, 2019, 9:49 p.m.