Skidz' Thoughts

A simple place for me to write about my thoughts

Script Tricks for Memory

Well with the new site I figured it would be a good idea to at least get the ball rolling on some good content. Not to long ago I posted on my twitter a useful little code snippet. One I use all the time. llSetMemoryLimit(llRound((float)llGetUsedMemory() * 1.1)); It is a simple script command that will set the memory. But really, it is not the entire story, theres other things you need to do to help keep your scripts memory usage low. Read more →