Determining ulimit segment settings
The ulimit command sets or reports process resource limits as defined in the /etc/security/limits.conf
file. This file contains these limits:
- core
- Limits the core file size (KB).
- data
- The maximum data size (KB).
- fsize
- The maximum filesize (KB).
- memlock
- The maximum locked-in-memory address space (KB).
- nofile
- The maximum number of open file descriptors.
-
If you are running InfoPrint Manager using a non-root user, for example ipm1, update
/etc/security/limits.conf
file with:ipm1 soft nofile = 8192
ipm1 hard nofile = 8192
- rss
- The maximum resident set size (KB).
- stack
- The maximum stack size (KB).
- cpu
- The maximum CPU time (MIN).
- nproc
- The maximum number of processes.
-
If you are running InfoPrint Manager using a non-root user, for e