-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
add the --shm-size parameter at runtime #1972
Conversation
Thank you for this @lihl2014 ; do you know what the equivalent options for podman and singularity/apptainer are? |
For podman, looks like it has the same option name: https://docs.podman.io/en/latest/markdown/podman-run.1.html#shm-size-number-unit |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1972 +/- ##
==========================================
+ Coverage 83.75% 83.80% +0.04%
==========================================
Files 46 46
Lines 8231 8235 +4
Branches 2186 2187 +1
==========================================
+ Hits 6894 6901 +7
+ Misses 860 858 -2
+ Partials 477 476 -1 ☔ View full report in Codecov by Sentry. |
deac33e
to
6cda4db
Compare
593088f
to
2753b27
Compare
Thank you @lihl2014 ! |
Fixes #1821
#1821 (comment)