tweak(Infini-DESKTOP): increase '/' tmpfs size
This commit is contained in:
parent
288dd0b85a
commit
d33e95fb82
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ in
|
|||
"/" = {
|
||||
device = "none";
|
||||
fsType = "tmpfs";
|
||||
options = [ "defaults" "size=4G" "mode=755" ];
|
||||
options = [ "defaults" "size=16G" "mode=755" ];
|
||||
};
|
||||
|
||||
"/persist" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue