Use prlimit to Increase Limits of a Running Process
Show limits
prlimit \
--pid ${pid}
Increase nproc
prlimit \
--pid ${pid} \
--nproc=${nproc_limit}
prlimit \
--pid ${pid}
nproc
prlimit \
--pid ${pid} \
--nproc=${nproc_limit}