Skip to content

llSetMemoryLimit

integer llSetMemoryLimit(integer Limit)

Requests Limit bytes to be reserved for this script.

Returns TRUE or FALSE indicating whether the limit was set successfully.

This function has no effect if the script is running in the LSO VM.

Parameters
Limit (integer)
The amount to reserve, which must be less than the allowed maximum (currently 64KB) and not already have been exceeded.

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here