"No space left on device" when using 2gb vs 5gb disk usage
I am trying to run my scrapy cache feature though I get the error "No space left on device" when it gets to a certain disk usage. I don't know if anyone has any clue why this error appears because I still have avalaible disk. Thanks
5 Replies
Project ID:
58257e31-d548-4b48-b1c2-c5b1a349caca
58257e31-d548-4b48-b1c2-c5b1a349caca
the app could be trying to allocate more than 3gb, it can't, and that's why you are getting no space left error
It stores by small batches of cache (as you can see in the screenshot of the disk usage) so that should not be it.
mongodb does the same thing, yet it will still try to allocate more disk space even though the disk isn't full