error: rpmdb: BDB0113 Thread/process 7621/139737747691520 failed: BDB1507 Thread died in Berkeley DB library
error: db5 error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY: Fatal error, run dat
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
报错如下:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- inter
linux centos7 kswapd0 占用cpu过高
今天发现腾讯云服务器突然卡顿了,记录下遇到的问题。
执行命令top查看资源使用情况,好家伙,kswapd0,这个是什么玩意,把cpu都用光了
top
百度查了下,这个好像是木马?
二话不说,先杀掉这个进程,再命令查看。
kill -9 进程ip
top
cpu正常了,系统也马上流畅了,然后开始看看刚才的kswapd0进程是什么