Closed Jake-Carter closed 1 year ago
Sorry - my mistake. Out of memory!
dmesg
showed
[ 3009.535739] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=cc1plus,pid=31768,uid=1000
[ 3009.536235] Out of memory: Killed process 31768 (cc1plus) total-vm:691164kB, anon-rss:581220kB, file-rss:0kB, shmem-rss:0kB, UID:1000 pgtables:1348kB oom_score_adj:0
Hello, I recently hit the following build failure on Ubuntu 22.04 (through WSL2) and Make 4.3.
$(nproc)
on my system returns8
.I seemed to consistently hit the same failure point on any resumed builds. Maybe an incomplete dependency tree?
Running without any parallel jobs picked up the build and completed successfully.
Picking up with a non-parallel build...