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