Container limit reached.

Pixilang programming language
Post Reply
CoryCulley
Posts: 30
Joined: Wed Aug 03, 2016 1:09 am

Container limit reached.

Post by CoryCulley »

I'm aware of the possibility of raising the container limit. But I want to see if I can solve this some other way.

So I've written a PixiLang .opm to Sunvox FMX converter and it works well. However, this program is designed to batch process an entire folder of .opm files in one big loop. Eventually I hit the container limit before all of the files can be converted. I keep new() and remove() outside of the loop, with the exception of local variables/containers inside my user functions. I can't use remove() on local variables without running into further issues and I need the return value from these functions.

Got any ideas?
User avatar
NightRadio
Site Admin
Posts: 3944
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: Container limit reached.

Post by NightRadio »

Hi!
Do you really need all 8192 containers to exist at once?
Post Reply