Jump to content
  • 0

LSL difference between Mono vs Memory


Torleyman
 Share

You are about to reply to a thread that has been inactive for 3814 days.

Please take a moment to consider if this thread is worth bumping.

Question

I am learning scripting and I have found the following:

http://wiki.secondlife.com/wiki/LlSetMemoryLimit

I want to limit the memory use of my scripts to reduce the lag they cause.

My question is what is the relationship between memory and mono?

If I limit the memory usage of the script will that reduce the mono time it creates? I'm viewing the mono my script is creating from the region estate manager console.

What is the relationship memory vs mono?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

"My question is what is the relationship between memory and mono?!

LSL went from 16k memory to mono LSL of 64k memory A description of the two is too complicated for me to explain.

Memory is allocated to the scipt on a need to use bases. The script counters take no account of this and just bang it at 64k, which is a false account of what actually is being used.

"I want to limit the memory use of my scripts to reduce the lag they cause."

Bad scripting creates lag not memory allocation. Things like not closing listeners, etc

BTW: llSetMemoryLimit creates more problems than it solves.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3814 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...