
prlimit
List of commands for prlimit:
-
prlimit:tldr:6fe58 prlimit: Run a command with a custom number of open files limit.$ prlimit --nofile=${10} ${command}try on your machineexplain this command
-
prlimit:tldr:b937b prlimit: Display limit values for all current resources of a specified process.$ prlimit --pid ${pid number}try on your machineexplain this command
-
prlimit:tldr:f0ebe prlimit: Display limit values for all current resources for the running parent process.$ prlimittry on your machineexplain this command