add option
This commit is contained in:
parent
32ad681995
commit
43012935d0
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
boot.kernel.sysctl = {
|
||||||
|
"net.core.rmem_max" = 7500000;
|
||||||
|
"net.core.wmem_max" = 7500000;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue