@cryptotaxi247 / infra / commits / 853610ad

Comment out ControlGroupAttribute, which no longer works

Eelco Dolstra committed Jun 6, 2014 at 13:17 UTC 853610adf7a2c71abfdab2f835e8bf59fb168d35
1 file changed +1 -1
delft/wendy.nix
+1 -1
@@ -120,7 +120,7 @@ with pkgs.lib;
120 # Use cgroups to limit Apache's resources.
121 systemd.services.httpd.serviceConfig.CPUShares = 1000;
122 systemd.services.httpd.serviceConfig.MemoryLimit = "1500M";
123 - systemd.services.httpd.serviceConfig.ControlGroupAttribute = [ "memory.memsw.limit_in_bytes 1500M" ];
123 + #systemd.services.httpd.serviceConfig.ControlGroupAttribute = [ "memory.memsw.limit_in_bytes 1500M" ];
124
125 services.zabbixServer.enable = true;
126 services.zabbixServer.dbServer = "wendy";