Re: LuaJIT strange memory limit
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LuaJIT strange memory limit
- From: Alexander Gladysh <agladysh@...>
- Date: 2010年11月11日 14:06:24 +0300
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.