Core Files
Hello,
I'm having some problem with core.sequencia_de_numeros files, where a specific domain is suffering from this because of the large number of generated files and their size causing quite a lot of disk space, I wonder if there is any way to be disabling the generation Files on the server.
thank you
-
Hello! What was causing those to be created? You can find that by using the gdb command on the core file like this: gdb core.xxx If you want to disable those for only one application, then you will want to find how that is done for each of those. If you want to disable core dumps completely, you should be able to do that in the security.conf file. I found this page that talks about that too. Linux Disable Core Dumps Thanks! 0
Please sign in to leave a comment.
Comments
1 comment