|
Thanks for the reply. I ran "echo `ulimit -a`" from a php script through litespeed and it looks like core file size is correctly set to unlimited:
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 8256
max locked memory (kbytes, -l) 32
max memory size (kbytes, -m) unlimited
open files (-n) 1500
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 400
virtual memory (kbytes, -v) 524288
file locks (-x) unlimited
All of my docroot directories have write permissions for litespeed which is the user for lsphp5. Maybe the core dump file is trying to get created somewhere else? Again, this was working before in php 5.2.
|