thread.error: can't start new thread 解决方法

最近给一个代购VPS用yum 命令安装软件,报错:

File "/usr/lib/python2.4/threading.py", line 416, in start
_start_new_thread(self.__bootstrap, ())
thread.error: can't start new thread

解决方法:编辑 /etc/yum/pluginconf.d/fastestmirror.conf

将enabled=1修改为enabled=0,禁用该功能就可以了。

3 Responses to thread.error: can't start new thread 解决方法

发表回复

(required)

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理