Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
367 views
in Technique[技术] by (71.8m points)

求进 PySpider启动时OSError: [Errno 28] No space left on device

在启动PySpider时报OSError: [Errno 28] No space left on device
磁盘空间是足的,如图
报错图

磁盘空间

求大神指点


config.json 文件:

{
  "taskdb": "mongodb+taskdb://localhost/taskdb",
  "projectdb": "mongodb+projectdb://localhost/projectdb",
  "resultdb": "mongodb+resultdb://localhost/resultdb",
  "webui": {
    "username": "Jayden",
    "password": "123456",
    "need-auth": true
  }
}

磁盘分区信息:
磁盘分区信息


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

这种时候不是看整个磁盘使用的问题,而是从你项目所在的分区使用情况。

有些还会因为你的缓存没有空间而写不进去


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.7k users

...