Configure GAMA path and Java heap size

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

Arguments

path

Path to Gama

Xmx

Maximum heap size

Xms

Initial heap size

Examples

# NOT RUN {
defpath(path = "/Applications/Gama.app/", Xmx = "4096m", Xms = "512m")
# }