feat: increase random nix memory settinsg for CAR
This commit is contained in:
parent
17a751faa6
commit
a40cef4998
3 changed files with 30 additions and 24 deletions
|
|
@ -47,6 +47,12 @@ in
|
|||
"quiet"
|
||||
];
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv4.ipfrag_time" = 3;
|
||||
"net.ipv4.ipfrag_high_thresh" = 134217728;
|
||||
"net.core.rmem_max" = 2147483647;
|
||||
};
|
||||
|
||||
networking.hostName = "xps15";
|
||||
networking.wireless.iwd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue