Difference between revisions of "Ulimit"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 27: | Line 27: | ||
* [[cgroups]] | * [[cgroups]] | ||
* [[Fork bomb]] | * [[Fork bomb]] | ||
+ | [[docker run --ulimit]] | ||
+ | [[AWS ECS Task definition parameters]]: [[ulimits]] | ||
== See also == | == See also == |
Latest revision as of 10:44, 1 March 2023
Ubuntu 20.04 LTS ulimit default values:
ulimit -a time(seconds) unlimited file(blocks) unlimited data(kbytes) unlimited stack(kbytes) 8192 coredump(blocks) 0 memory(kbytes) unlimited locked memory(kbytes) 65536 process 15638 nofiles 1024 vmemory(kbytes) unlimited locks unlimited rtprio 0
nofiles ulimit -n 8192
ulimit -Hn
ulimit -Sn
Related terms[edit]
docker run --ulimit AWS ECS Task definition parameters: ulimits
See also[edit]
Advertising: