in reply to Re: Out of memory! in CGI
in thread Out of memory! in CGI

Regarding ulimit - I did it earlier; the output from CGI is the same as from the shell.

Regarding POSIX::_exit - it really makes a difference; there is no "out of memory" message when this function is called instead of normal exit. I am not yet sure if it is enough to solve the problem - it would be good to know what happens with the normal exit. But "out of memory" was gone. Thanks!