I am getting more and more child pid 10708 exit signal Segmentation fault (11)
errors.
what is the root cause of it and how to fix it ?
Is php ini memory is associated with this?
I am using apache2 server with php.
Thanks in advance.
It is entirely possible that your memory_limit
variable in your php.ini
may cause this problem. It certainly did in my case.
By lowering the memory_limit
, I was able to resolve these errors.