Guys,
A core file records memory image of running process.when a php process is killed, apache creates core files under your account.These core files takes too much of space on server.There is no harm on deleting these files.You can get rid off these core files by modifying the httpd start up file.
=======
vi /usr/sbin/httpd and
ulimit -c 0 after the first "ulimit" counting from the last.
=======
PS: /usr/sbin/httpd is nothing but a bash script.
Try :)
Monday, 8 November 2010
How to stop core file generation in the server from php?
Posted on 09:55 by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment