mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
janus tweaks
This commit is contained in:
parent
e45bd76cbc
commit
8b5c90f9a2
@ -7,6 +7,7 @@ Type=oneshot
|
|||||||
ExecStart=/bin/true
|
ExecStart=/bin/true
|
||||||
ExecStop=/bin/true
|
ExecStop=/bin/true
|
||||||
RemainAfterExit=true
|
RemainAfterExit=true
|
||||||
|
LimitNOFILE=65536
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
# https://github.com/raspberrypi/linux/issues/1753
|
# https://github.com/raspberrypi/linux/issues/1753
|
||||||
vm.dirty_background_bytes = 5
|
vm.dirty_background_bytes = 5
|
||||||
vm.dirty_writeback_centisecs = 25
|
vm.dirty_writeback_centisecs = 25
|
||||||
|
|
||||||
|
# https://groups.google.com/g/meetecho-janus/c/xoWIQfaoJm8
|
||||||
|
net.core.rmem_default = 500000
|
||||||
|
net.core.wmem_default = 500000
|
||||||
|
net.core.rmem_max = 1000000
|
||||||
|
net.core.wmem_max = 1000000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user