I just faced an issue with the docker container - it was pausing shortly after a start, about here:
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.
I just faced an issue with the docker container - it was pausing shortly after a start, about here:
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):
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!