摘要: 设置 # 系统 echo 'vm.max_map_count=262144' | sudo tee -a /etc/sysctl.conf sudo sysctl -p # 用户 sudo tee -a /etc/security/limits.conf << EOF * hard nofile 6 阅读全文
posted @ 2022-12-30 12:07 Yiersansi_1221 阅读(678) 评论(0) 推荐(0)