minor fix
This commit is contained in:
parent
2998cc763c
commit
c81160432e
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@
|
|||
"zfs.zfs_arc_min=2147483648" # 2GB min ARC size
|
||||
];
|
||||
|
||||
# Kernel tuning for MongoDB
|
||||
boot.kernel.sysctl."vm.max_map_count" = 262144;
|
||||
|
||||
# Network configuration
|
||||
networking = {
|
||||
hostName = "nfss";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue