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)

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

原文地址:https://www.cnblogs.com/kefu/p/13235030.html