I am having a php loop script, For sudden it gives me error "core dump!", then it stops. people advice me to increase the ulimit, so i just wonder, how to increaste the ulimit?
am getting:
mzapc@mzabox ~/test
$ ulimit -n
256
mzapc@mzabox ~/test
$ ulimit -Hn
3200
I've tried to do $ ulimit -s 2046, with failed attempt. nothing comes out still same response. any advice?, thank you.