ll.GetMemoryLimit() : number
Get the maximum memory a script can use, in bytes.
ll.GetMemoryLimit()
{
"def": "func",
"desc": "Get the maximum memory a script can use, in bytes.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetMemoryLimit",
"name": "GetMemoryLimit",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": []
}
]
}