You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks for your report. module command is failing because it hits some resource limitation. It seems that you reached some limits on your login session. It may either be the number of opened file descriptor or number of processes.
I suggest you to get in touch in the system administrator of the machine you are running on. This person should now the limits that have been configured on this system and should explain you how to proceed.
When using VScode SSH (or Cursor), all of my login sessions on other terminals start reporting:
WARNING: couldn't fork child process: resource temporarily unavailable
ERROR: couldn't fork child process: resource temporarily unavailable
while executing
"exec logger -t module "[get-env USER]: $command [join $args]""
(procedure "module" line 3)
invoked from within
"module autoinit"
("eval" body line 1)
invoked from within
"eval $execcmdlist"
Please report this issue at https://github.com/cea-hpc/modules/issues
bash: fork: retry: Resource temporarily unavailable
bash: fork: retry: Resource temporarily unavailable
bash: fork: retry: Resource temporarily unavailable
bash: fork: retry: Resource temporarily unavailable
bash: fork: Resource temporarily unavailable
bash: fork: retry: Resource temporarily unavailable
And my HPC session is effectively blocked.
The text was updated successfully, but these errors were encountered: