This function specify RAM limit (in Go) of the value returned by readAntares.

setRam(x)

Arguments

x

numeric RAM limit in Go

Value

list (returned by options())

Examples

if (FALSE) { # \dontrun{
#Set maximum ram to used to 50 Go
setRam(50)
} # }