Ubuntu16.04自动冻结,特别是当2-3个PyCharm2-3实例正在运行时,我想知道操作系统冻结的确切原因,找到了linux-crashdump。使用链接linux-crashdump -crash-dump 1:https://help.ubuntu.com/lts/serverguide/kernel-crash-dump.html " kernel-crash-dump“安装内核
它说明在安装和重启系统之后
cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-3.2.0-17-server root=/dev/mapper/PreciseS-root ro
crashkernel=384M-2G:64M,2G-:128M但是cat /proc/cmdline没有显示添加到其中的参数crashkernel。
我无论如何都不能编辑/proc/cmdline。如果我添加crashkernel=384M-2G:64M,2G-:128M,则会出现错误。
"/proc/cmdline" E667: Fsync failed
WARNING: Original file may be lost or damaged
don't quit the editor until the file is successfully written!根据内核崩溃转储的文档,在安装之后,我重新启动了系统,但是/proc/cmdline中的crashkernel参数仍然没有出现。
发布于 2017-09-06 17:54:19
我不完全了解问题是什么,但据我所知,您在使用crashkernel时遇到了问题。我认为如果你完全删除它并重新安装它会有帮助,因为你已经丢失了crashkernel的一些文件,这就是为什么它没有响应。希望它能有所帮助:)
https://stackoverflow.com/questions/46072016
复制相似问题