
03-06-2012, 06:01 AM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,583
|
|
Quote:
Originally Posted by DoM
Hello,
same issue here:
Failed to obtain or reinitialize VMemBuf. possibly running out of swap space.
and
Failed to create temp file with mkstemp(): No such file or directory
disk of course has giga and giga of space.
LSWS 4.1.11
Waiting for your reply
Regards
|
It is likely that the process' virtual memory has been exhausted
Please check output of
ulimit -v
set it to unlimited in /etc/security/limits.conf, then restart LSWS. Also check the number of available inode for the /tmp partition.
|