minus34 / gnaf-loader

A quick way to get started with Geoscape's open GNAF & Admin Boundaries
Apache License 2.0
182 stars 66 forks source link

Docker container pauses #12

Closed kachkaev closed 8 years ago

kachkaev commented 8 years ago

I just faced an issue with the docker container - it was pausing shortly after a start, about here:

checkpoints are occurring too frequently (13 seconds apart)  Consider increasing the configuration parameter "max_wal_size"

This happened a few times and I started thinking that the problem is caused by some bug in the container. As it turned out later, the issue was related to the lack of disk space on the host. Here's is what VM's log said (I did not even know it existed):

Changing the VM state from 'SUSPENDING' to 'SUSPENDED'
Console: Machine state changed to 'Paused'
Console: VM runtime error: fatal=false, errorID=DevAHCI_DISKFULL message="Host system reported disk full. VM execution is suspended. You can resume after freeing some space"

Just leaving this here to help others with sorting out similar problems. The archives with data as well as the unzipped folders are rather large, so I guess I'm not the only person who has to go through this sort of investigation.

Thanks a lot for the repo, @minus34!