The ulimit command sets or reports user process resource limits, as defined in
the /etc/security/limits file. This file contains these default limits:
fsize = 2097151
core = 2097151
cpu = -1
data = 262144
rss = 65536
stack = 65536
nofiles = 2000
These values are used as default settings when a new user is added to the
system. The values are set with the mkuser command when the user is added to the
system, or changed with the chuser command.
[^] # Re: demande explication
Posté par totof2000 . En réponse au message Pb ora-12549 tres dure à resoudre sous aix. Évalué à 2.
Sets or reports user resource limits.
(...)
Description
The ulimit command sets or reports user process resource limits, as defined in
the /etc/security/limits file. This file contains these default limits:
fsize = 2097151
core = 2097151
cpu = -1
data = 262144
rss = 65536
stack = 65536
nofiles = 2000
These values are used as default settings when a new user is added to the
system. The values are set with the mkuser command when the user is added to the
system, or changed with the chuser command.