LlSetMemoryLimit: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
No edit summary
Strife Onizuka (talk | contribs)
mNo edit summary
Line 7: Line 7:
|return_type=integer
|return_type=integer
|func_desc=Request ''limit'' bytes to be reserved for this script.
|func_desc=Request ''limit'' bytes to be reserved for this script.
|Return_text=of the new maximum bytes the script can use. {{Hilite|''That's a guess, verify this!''}}
|Return_text=of the new maximum bytes the script can use. {{Hilite|''That's a guess, verify this! It could also be a [[Template:LSL Constants/ReturnStatus|Success/Failure Flag]]''}}
|func_footer
|func_footer
|spec=
|spec=

Revision as of 20:13, 3 August 2011

Pre-release Documentation Warning!

This function is not available yet. This documentation was written prior to its final release so it may not match the final implementation.

Summary

Function: integer llSetMemoryLimit( integer limit );

Request limit bytes to be reserved for this script.
Returns the integer of the new maximum bytes the script can use. That's a guess, verify this! It could also be a Success/Failure Flag

• integer limit

Specification

This function's behavior is dependent upon the VM the script is using. Mono is the new VM, LSO is the old VM.

Mono
At present, a maximum of 65536 bytes can be reserved. 65536 is also the default.
LSO
Always returns 16384, the fixed LSO memory size.

Examples

See Also

Functions

•  llGetFreeMemory
•  llGetUsedMemory
•  llGetObjectDetails

Deep Notes

History

  • Scheduled for RC Magnum channel, week of August 3, 2011.

Signature

function integer llSetMemoryLimit( integer limit );