cat >> /etc/security/limits.conf <<EOF * soft nofile 655360 * hard nofile 131072 * soft nproc 655350 * hard nproc 655350 * seft memlock unlimited * hard memlock unlimitedd EOF 这里单词都拼错了 * seft memlock unlimited 这里是soft * hard memlock unlimitedd 这里是unlimited
cat >> /etc/security/limits.conf <<EOF
EOF
这里单词都拼错了