#!/bin/bash # # 2014/07/15 # 增加my-limits.conf cat <<_LIMIT >/etc/security/limits.d/my-limits.conf * soft nofile 65535 * hard nofile 65535 * soft core unlimited _LIMIT
时间: 2024-10-07 15:24:47
#!/bin/bash # # 2014/07/15 # 增加my-limits.conf cat <<_LIMIT >/etc/security/limits.d/my-limits.conf * soft nofile 65535 * hard nofile 65535 * soft core unlimited _LIMIT