coredump: fix behavior when gencore fail

Change-Id: Ifdddf867b514f42a6f1ce374ec06b7550a9cdad5
Refs: #1511
This commit is contained in:
Ken Sato
2021-02-26 15:32:00 +09:00
committed by Masamichi Takagi
parent 7efb394905
commit 422a399f20
8 changed files with 588 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#ifdef ENABLE_RUSAGE
#define RUSAGE_OOM_MARGIN (2 * 1024 * 1024) // 2MB
#define RUSAGE_OOM_MARGIN (8 * 1024 * 1024) // 8MB
extern void eventfd(int type);