* Lower the limits on /run and /dev.

svn path=/nixos/trunk/; revision=34159
This commit is contained in:
Eelco Dolstra 2012-05-17 19:33:12 +00:00
parent 91acb81b11
commit e9e6885d3b
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ let
}; };
devSize = pkgs.lib.mkOption { devSize = pkgs.lib.mkOption {
default = "50%"; default = "5%";
example = "32m"; example = "32m";
description = '' description = ''
Size limit for the /dev tmpfs. Look at mount(8), tmpfs size option, Size limit for the /dev tmpfs. Look at mount(8), tmpfs size option,
@ -33,7 +33,7 @@ let
}; };
runSize = pkgs.lib.mkOption { runSize = pkgs.lib.mkOption {
default = "50%"; default = "25%";
example = "256m"; example = "256m";
description = '' description = ''
Size limit for the /run tmpfs. Look at mount(8), tmpfs size option, Size limit for the /run tmpfs. Look at mount(8), tmpfs size option,