Vmmem crashes at 1GB memory usage

2019-07-26 22:45发布

问题:

I'm currently investigating an OOM exception when using Angular with Docker described in this question. I'm opening this one for my newest discovery as this might be a more general issue.

When my Angular app gets build in the Docker container, the task Vmmem, which apperently handles all of Windows' VM memory usage, starts taking up a lot of my RAM (obviously). But when it reaches between 900MB and 1000MB, it just shuts down instantly.

At this point, my computer is at ~70% RAM capacity, so I still have a couple GB left, which should be availible to Docker, as there are no resource limitaions by default. I also used the Budgets mechanic in Angular to allow the build process to use a lot more RAM then that, yet the VM still seems to crash at around 1GB of RAM usage.

回答1:

The issue is resolved. See the answer on my original question linked above if you're interested, as I'm apparently not allowed to post the same answer twice.