在CentOS7上,“硬/软nproc”是什么意思
'hard/soft nproc‘或'hard/soft noproc’THS有什么不同
/etc/security/limits.conf *硬nofile 131702 *软nofile 131702 *硬nproc 131702 *软nproc 131702 *硬核无限*软核无限*硬内存锁无限*软内存锁无限
发布于 2017-03-03 13:39:15
nofile # The total number of files that can be opened
npro # The total number of threads that can be opened
core unlimited # not limited
memlock unlimted # not limitedhttps://stackoverflow.com/questions/41136409
复制相似问题