python爬虫出现文件大小限制问题
时间:2020-07-04 16:03:55
收藏:0
阅读:174
在爬取小说的过程中,文件大小大于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
评论(0)