Oom. Check if there is enough available memory to satisfy, verify. This answer explains the actions taken by the kernel when an oom situation is encountered based on the value of sysctl vm.overcommit_memory.
An oom (out of memory) error is what happens when the kernel runs out of memory in its own internal pools and is unable to reclaim memory from any other sources. Check if there is enough available memory to satisfy, verify.