Jump to content

How to solve "Out of Memory" during script compilation?


Gregory McLeod
 Share

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

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

Recommended Posts

I have a script which I have recently added a few lines to and now it tells me that it ran out of memory when assembling the byte-code.

What can I look for in the code which would cause such a problem?

I do not want to split the code into more than one script if I can avoid it.

Would resequencing the many global variables at the beginning of the code so that variables of like type are together do it?

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4075 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...