jbt / docker

Documentation generator
http://jbt.github.com/docker
MIT License
234 stars 56 forks source link

Getting error - FATAL ERROR: CALL_AND_RETRY_0 Allocation failed - process out of memory #72

Closed vnykmshr closed 10 years ago

vnykmshr commented 10 years ago

Hi I have been using docker to generate documentation for many of my projects, but in one of my projects, it failes with process out of memory, I am unable to pinpoint the cause of this error, is there a way to run docker in verbose/debug mode.

FATAL ERROR: CALL_AND_RETRY_0 Allocation failed - process out of memory

Would appreciate any pointers. Thanks.

vnykmshr commented 10 years ago

Turns out I had added a media (mp3) file in one of the included dir hence the error. Marking this issue invalid.

jbt commented 10 years ago

Interesting error though, might be an idea to add some kind of filtering for binary files in there so it doesn't get horribly confused like that.