本文介绍了为什么我会出现 Nokogiri 崩溃和 MemoryError:negative re-allocation size?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个在本地运行良好的爬虫,但是当我在 XL EC2 实例上运行它时,我收到一个 MemoryError:negative re-allocation size
错误.我在网上搜索过,但找不到任何有用的信息.
I've got a crawler that runs fine locally, but when I run it on a XL EC2 instance, I'm getting a MemoryError: negative re-allocation size
error. I've searched the web but can't find anything helpful.
对可能出什么问题有任何想法吗?
Any thoughts on what could be wrong?
推荐答案
我相信我们收到此错误是因为我们的磁盘已满.
I believe we were getting this error because of our disk was full.
这篇关于为什么我会出现 Nokogiri 崩溃和 MemoryError:negative re-allocation size?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!