sevlyar / go-daemon

A library for writing system daemons in golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process killed by linux kernel when CPU usage goes high

kunaldawn opened this issue · comments

The processes executed with this library got killed by kernel when there is CPU contention.
Is there any way to prevent this?

@kunaldawn Is it related to the library? Can you provide code snippet, environment description and steps to reproduce the issue.

@sevlyar let me create an isolated example and come back to you