Re: Workarounds for LuaJIT's 4GB limit

  • From: Karel Tuma <kat@xxxxxx>
  • To: luajit <luajit@xxxxxxxxxxxxx>
  • Date: Thu, 16 Oct 2014 15:17:10 +0200

Excerpts from Nicholas Hutchinson's message of 2014-10-16 09:21:08 +0200:
> Our problem is that we can't even create a new interpreter state -- 
> luaL_newstate() fails.
> 
> On 16 Oct 2014, at 00:30, Alex <initrd.gz@xxxxxxxxx> wrote:
> 

Can you provide strace?

Also, if you're on OSX, don't forget:
-pagezero_size 10000 -image_base 100000000 ( 
http://luajit.org/install.html#embed )

Other related posts: