Re: LuaJIT out of memory when creating table with lot of keys

  • From: Florian Weimer <fw@xxxxxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Thu, 26 Feb 2015 19:51:04 +0100

* Kiswono Prayogo:

> It seems LuaJIT has limited number of table keys?

No, LuaJIT's heap size is just more limited than Lua's, especially on
64-bit architectures.  (Here it fails after allocating 1 GB of memory.)

Other related posts: