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

Address already in use #91

Open
arteymix opened this issue Apr 4, 2024 · 2 comments
Open

Address already in use #91

arteymix opened this issue Apr 4, 2024 · 2 comments

Comments

@arteymix
Copy link
Member

arteymix commented Apr 4, 2024

srun: error: unable to initialize step context socket: Address already in use srun: error: Unable to create step for job 2539557: Address already in use
@arteymix
Copy link
Member Author

arteymix commented Apr 6, 2024

@arteymix
Copy link
Member Author

This might be relevant: https://bugs.schedmd.com/show_bug.cgi?id=292

We have a maximum number of open files of 1024:

ulimit -a
Maximum size of core files created                           (kB, -c) 0
Maximum size of a process’s data segment                     (kB, -d) unlimited
Maximum size of files created by the shell                   (kB, -f) unlimited
Maximum size that may be locked into memory                  (kB, -l) 64
Maximum resident set size                                    (kB, -m) unlimited
Maximum number of open file descriptors                          (-n) 1024
Maximum stack size                                           (kB, -s) 8192
Maximum amount of cpu time in seconds                   (seconds, -t) unlimited
Maximum number of processes available to a single user           (-u) 4096
Maximum amount of virtual memory available to the shell      (kB, -v) unlimited

I'm going to try to see if I can reproduce this bug.

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

No branches or pull requests

1 participant