Author: eelco
Date: Thu May 17 19:33:12 2012
New Revision: 34159
URL: https://nixos.org/websvn/nix/?rev=34159&sc=1

Log:
* Lower the limits on /run and /dev.

Modified:
   nixos/trunk/modules/system/boot/stage-2.nix

Modified: nixos/trunk/modules/system/boot/stage-2.nix
==============================================================================
--- nixos/trunk/modules/system/boot/stage-2.nix Thu May 17 18:43:45 2012        
(r34158)
+++ nixos/trunk/modules/system/boot/stage-2.nix Thu May 17 19:33:12 2012        
(r34159)
@@ -15,7 +15,7 @@
       };
 
       devSize = pkgs.lib.mkOption {
-        default = "50%";
+        default = "5%";
         example = "32m";
         description = ''
           Size limit for the /dev tmpfs. Look at mount(8), tmpfs size option,
@@ -33,7 +33,7 @@
       };
 
       runSize = pkgs.lib.mkOption {
-        default = "50%";
+        default = "25%";
         example = "256m";
         description = ''
           Size limit for the /run tmpfs. Look at mount(8), tmpfs size option,
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to