wordpress 添加超过 10GB 的奇怪核心文件,我该如何删除它们?
wordpress adding strange core files over 10GB worth, how do I remove them?
我们的 wordpress 安装刚刚开始创建大量核心文件,每个都超过 100MB,它们已经接管了我的主机。
它们是什么以及如何删除它们?
看起来你的服务器崩溃了,核心文件被保存了。
I looked around for possible solutions and found more WordPress bloggers reporting this issue in the WordPress forums. I learnt that these are called Core Dump files and Wikipedia says core dump records the working memory of a computer program usually when the program crashes. Core dumps are often used to diagnose or debug errors in computer programs.
In these forums some people advised we can delete these files and save space after backing up all files and database. Some advise the core files can be read using GDB, the GNU Project debugger. I am not sure if I should delete these files and maybe you can help.
I understand that these files are hosted on our server to keep a record of useful data when the site crashed on a particular day, but I wonder if any hosting engineer is debugging this data or diagnosing why the server or unstable processes crashed or terminated.
http://www.quickonlinetips.com/archives/2009/03/wordpress-core-dump-files/
您的安装或服务器可能是问题所在。查看 error_log 了解更多信息。
也可以检查http://www.complete-concrete-concise.com/web-tools/wordpress-generating-core-dumps。
我们的 wordpress 安装刚刚开始创建大量核心文件,每个都超过 100MB,它们已经接管了我的主机。
它们是什么以及如何删除它们?
看起来你的服务器崩溃了,核心文件被保存了。
I looked around for possible solutions and found more WordPress bloggers reporting this issue in the WordPress forums. I learnt that these are called Core Dump files and Wikipedia says core dump records the working memory of a computer program usually when the program crashes. Core dumps are often used to diagnose or debug errors in computer programs.
In these forums some people advised we can delete these files and save space after backing up all files and database. Some advise the core files can be read using GDB, the GNU Project debugger. I am not sure if I should delete these files and maybe you can help.
I understand that these files are hosted on our server to keep a record of useful data when the site crashed on a particular day, but I wonder if any hosting engineer is debugging this data or diagnosing why the server or unstable processes crashed or terminated.
http://www.quickonlinetips.com/archives/2009/03/wordpress-core-dump-files/
您的安装或服务器可能是问题所在。查看 error_log 了解更多信息。
也可以检查http://www.complete-concrete-concise.com/web-tools/wordpress-generating-core-dumps。