We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the set_shell_startup configuration is enabled and several modules are loaded (>20), it may take some time to start a sub-shell.
set_shell_startup
This is especially visible when running a shell script that performs a lot a sub-shell execution.
This issue comes from the automatic refresh evaluation that is performed since Modules 5.0 when spawning a sub-shell.
refresh
It was observed on a setup with complex modulefiles, taking around 50ms each to evaluate. Refreshing 20 loaded modules took a second to complete.
The text was updated successfully, but these errors were encountered:
424aa90
No branches or pull requests
When the
set_shell_startup
configuration is enabled and several modules are loaded (>20), it may take some time to start a sub-shell.This is especially visible when running a shell script that performs a lot a sub-shell execution.
This issue comes from the automatic
refresh
evaluation that is performed since Modules 5.0 when spawning a sub-shell.It was observed on a setup with complex modulefiles, taking around 50ms each to evaluate. Refreshing 20 loaded modules took a second to complete.
The text was updated successfully, but these errors were encountered: