mbox series

[v2,0/2] tools/xenstore: set resource limits of xenstored

Message ID 20210608055839.10313-1-jgross@suse.com (mailing list archive)
Headers show
Series tools/xenstore: set resource limits of xenstored | expand

Message

Jürgen Groß June 8, 2021, 5:58 a.m. UTC
Set some limits for xenstored in order to avoid it being killed by
OOM killer, or to run out of file descriptors.

Changes in V2:
- split into 2 patches
- set limits from start script

Juergen Gross (2):
  tools/xenstore: set oom score for xenstore daemon on Linux
  tools/xenstore: set open file descriptor limit for xenstored

 tools/hotplug/Linux/init.d/sysconfig.xencommons.in | 7 +++++++
 tools/hotplug/Linux/launch-xenstore.in             | 6 ++++++
 2 files changed, 13 insertions(+)

Comments

Jürgen Groß July 7, 2021, 7:23 a.m. UTC | #1
Ping?

On 08.06.21 07:58, Juergen Gross wrote:
> Set some limits for xenstored in order to avoid it being killed by
> OOM killer, or to run out of file descriptors.
> 
> Changes in V2:
> - split into 2 patches
> - set limits from start script
> 
> Juergen Gross (2):
>    tools/xenstore: set oom score for xenstore daemon on Linux
>    tools/xenstore: set open file descriptor limit for xenstored
> 
>   tools/hotplug/Linux/init.d/sysconfig.xencommons.in | 7 +++++++
>   tools/hotplug/Linux/launch-xenstore.in             | 6 ++++++
>   2 files changed, 13 insertions(+)
>