• pianofab's avatar
    Report details about fork() failure in logs. · 6ba48cc9
    pianofab authored
    When parsing a large codebase dot failed to start. Adding this line helped narrow down the issue. Increasing my VirtualBox VM RAM size worked around the issue. A proper fix would be to spawn separate processes without using fork() so they don't start with the giant address space used by the current process.
    6ba48cc9
portable.cpp 9.71 KB