From 0b88753086caf2fa62201790dc63f866dd4e9d53 Mon Sep 17 00:00:00 2001 From: Timothy St. Clair Date: Feb 13 2014 18:55:52 +0000 Subject: Update to add systemd cgroup settings --- diff --git a/condor.service b/condor.service index 6e0aca3..f39c3e7 100644 --- a/condor.service +++ b/condor.service @@ -13,7 +13,24 @@ Restart=always RestartSec=5 StandardOutput=syslog LimitNOFILE=16384 + +####################################### +# Note: Below are cgroup options +####################################### #Slice=condor +#CPUAccounting=true +#CPUShares=1024 + +#MemoryAccounting=true +#TBD: MemoryLimit=bytes, MemorySoftLimit=bytes + +#BlockIOAccounting=true +#BlockIOWeight=?? +#BlockIODeviceWeight=?? +#TBD: BlockIOReadBandwidth=bytes, BlockIOWriteBandwidth=bytes + +#DeviceAllow= +#DevicePolicy=auto|closed|strict [Install] WantedBy=multi-user.target