python爬虫出现文件大小限制问题

在爬取小说的过程中,文件大小大于2.56MB,出现停止。

一般会出现“the file size exceeds configured limit.Code insight  features are not available”

查阅资料后,在pycharm的help->edit custom properties 创建一个idea文件,并且写入idea.max.intallisense.filesize = 9999(原始值为2500)

这种设置一般是为了保护内存。

posted @ 2020-07-04 15:26  习惯科夫  阅读(739)  评论(0编辑  收藏  举报