2020年5月10日星期日

系统文件修改


open the file in a text editor:
1
sudo nano /etc/security/limits.conf
And add at the end:
1
2
* - nofile 16384
root - nofile 16384
samba hard nofile 32768


nano /etc/sysctl.conf

net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr
fs.inotify.max_user_watches=1048576




没有评论:

发表评论

在PVE使用虚拟 USB 存储设备 + ARPL 引导 DSM

  部分内容来自: https://blog.myds.cloud/archives/synoboot-usb-image-in-pve-virtual-machine.html 虚拟机建好之后,打开配置文件 nano /etc/pve/qemu-server/100.conf ...