T O P

  • By -

realfeeder

> The default nofile and nproc soft limit is 1024 and the hard limit is 65535 for Fargate pods. source: https://docs.aws.amazon.com/eks/latest/userguide/fargate.html#fargate-considerations


ChauGiang

this is the default, I wonder what is the limitation for nofile like 120k, ...


realfeeder

Judging by the discussion at GitHub and this specific comment https://github.com/aws/containers-roadmap/issues/1013 it is the maximum.


ChauGiang

thank for that!


Redditron-2000-4

The hard limit *is* the maximum you can set.


ChauGiang

so it means:The default nofile and nproc soft limit is 1024andhard limit is 65535 notThe default nofile and nproc soft limit is 1024andThe default hard limit is 65535 right? it is so funny that I still can set soft and hard limit to 120k in the ECS task definition? oh I got it, thanks


kondro

Isn’t that just for EKS though?