lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Does LuaJIT have a (designed) limit on the number of coroutines it supports ?

I get an out of memory error (from Lua) at about the 5,000 coro mark (created, none running).
collectgarbage reports about 3mb of memory used, before it fails.

The same program works fine at 10,000 coro's under Lua 5.1

OS - Windows XP

I don't have a simple test case yet.

Adrian