Difference between revisions of "AWS ECS Task definition parameters"
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
[[docker run --memory]] | [[docker run --memory]] | ||
[[memoryReservation]] | [[memoryReservation]] | ||
+ | [[healthCheck]] | ||
Revision as of 18:29, 10 July 2023
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html
"ulimits": [ { "name": "core"|"cpu"|"data"|"fsize"|"locks"|"memlock"|"msgqueue"|"nice"|"nofile"|"nproc"|"rss"|"rtprio"|"rttime"|"sigpending"|"stack", "softLimit": integer, "hardLimit": integer } ... ]
"ulimits": [
{ "name": "nofile", "softLimit": 500000, "hardLimit": 500000 } ]
ulimits AWS ECS task definitions docker run --memory memoryReservation healthCheck
See also
Advertising: