Skip to content
Snippets Groups Projects
Commit b6df12cf authored by Julien Leduc's avatar Julien Leduc
Browse files

Make sure that neither cta-taped nor cta-frontend are terminated by OOM

kill. This is quite likely for cta-taped as its static memory buffer
consume a lot of memory.
parent 0ebeb68f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ After=syslog.target network-online.target
EnvironmentFile=-/etc/sysconfig/cta-taped
ExecStart=/usr/bin/cta-taped ${CTA_TAPED_OPTIONS}
LimitCORE=infinity
OOMScoreAdjust=-1000
Type=forking
Restart=no
......
......@@ -10,6 +10,7 @@ Restart=always
RestartSec=10
StartLimitInterval=0
StartLimitBurst=0
OOMScoreAdjust=-1000
LimitCORE=infinity
LimitNOFILE=65536
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment