Hello!
On Sun, Jul 3, 2016 at 11:33 PM, gnois wrote:
> But when trying to use LuaRocks (either 2.2.2 or 2.3.0) to install
> LuaFileSystem (LFS) or lpeg, I get error:
> Data segment size exceeds process limit
>
I think maybe you should increase your "data seg size" ulimit settings
in your system. For example, on my FreeBSD 9:
agentzh@freebsd ~ $ ulimit -a
socket buffer size (bytes, -b) unlimited
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) 33554432
file size (blocks, -f) unlimited
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 117270
pipe size (512 bytes, -p) 1
stack size (kbytes, -s) 524288
cpu time (seconds, -t) unlimited
max user processes (-u) 8514
virtual memory (kbytes, -v) unlimited
swap size (kbytes, -w) unlimited
BTW, sorry for my late reply.
Regards,
-agentzh