Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container version 1.5.7 and nofile settings is LimitNOFILE=infinity #3582

Open
sun-11y opened this issue Oct 21, 2024 · 1 comment
Open

container version 1.5.7 and nofile settings is LimitNOFILE=infinity #3582

sun-11y opened this issue Oct 21, 2024 · 1 comment

Comments

@sun-11y
Copy link

sun-11y commented Oct 21, 2024

container version 1.5.7 and nofile settings is LimitNOFILE=infinity

when i use nerdctl 1.4.0 exec command like this nerdctl compose -f ./docker-compose.yml up --debug-full
and when i run exec -it xxx --ulimit -Hn return 1024

when i use nerdctl 1.7.7 exec command like this nerdctl compose -f ./docker-compose.yml up --debug-full no error and when i run exec -it xxx --ulimit -Hn return 1073741816

Why does this happen? Is the version incompatible?Please help answer

@apostasie
Copy link
Contributor

apostasie commented Oct 21, 2024

containerd 1.5 has been end-of-life since February 2023.
Also, it is unlikely we would fix anything in nerdctl 1.4...

Is your problem affecting the last version? It is hard to tell from your command - which does not work.

If yes, can you provide an actual example that we can run to reproduce your issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants