lua-users home
lua-l archive

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


On Thu, Nov 11, 2010 at 12:50, Arseny Vakhrushev
<arseny.vakhrushev@gmail.com> wrote:
> Ok, I looked through lj_alloc.c and realized that there is probably no way for LuaJIT to use more than 1Gb in 64-bit Linux... Man, that is so sad. :-( The dream shattered.:-)

I always thought that the limit was 2 GB, not 1 GB.

Anyway, in practice this is enough in most of the cases. You can
always move some data to lightuserdata pointers.

If you share more information, we may be able to help.

Alexander.