Linux資源文件數修改
一 查看文件當前狀態 ulimit -a 二 查看某個進程的資源限制 cat /proc/{{pid}}/limits 三 修改配置 3.1 普通服務修改 cat EOF/etc/security/limits.conf * soft nofile 65535 * hard nofile 65535 * soft nproc 4096 * hard nproc 4096 EOF 3.2 系統服務修
一 查看文件當前狀態 ulimit -a 二 查看某個進程的資源限制 cat /proc/{{pid}}/limits 三 修改配置 3.1 普通服務修改 cat EOF/etc/security/limits.conf * soft nofile 65535 * hard nofile 65535 * soft nproc 4096 * hard nproc 4096 EOF 3.2 系統服務修
Rabbitmq-operator 搭建RabbitMQ集羣 一、部署operator 1.1 安裝服務 kubectl apply -f "https://github.com/rabbitmq/cluster-operator/releases/latest/download/cluster-operator.yml" # namespace/rabbitmq-system created #