On 4/8/08, Jorge Arredondo <[EMAIL PROTECTED]> wrote: > mmap(NULL, 8589935160, PROT_READ, MAP_SHARED, 4, 0) = -1 ENOMEM > (Cannot allocate memory)
http://www.linux.org/docs/ldp/howto/SCSI-Generic-HOWTO/errors.html http://www.irccrew.org/~cras/security/howto/dynamic.html It looks like linux is not designed to mmap large files, by default. You might be able to tune your kernel, or you might have to break the file down into smaller pieces (or hope that some day J will introduce a bunch of complex code to work around this problem). But the first thing to check is whether whether ulimit -a says that you have any memory limits active. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
