-
Notifications
You must be signed in to change notification settings - Fork 98
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
workaround: Avoid geoloader memory issues #1518
workaround: Avoid geoloader memory issues #1518
Conversation
WalkthroughWalkthroughThe changes in this update encompass improvements in memory management and build pipeline efficiency. In Changes
Possibly related issues
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (3)
Files not reviewed due to errors (2)
Additional Context UsedShellcheck (2)
Additional comments not posted (3)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
7185c3d
to
533c8d9
Compare
Not leaking fGeoLoader on FairRunSim seems to cause some memory issues (probbaly a double free/delete). Until we find it, let's leak the Geoloader, as before. See: FairRootGroup#1514 See: ede7137
533c8d9
to
2766d63
Compare
7442e71
to
13847b8
Compare
Fixes behaviour broken by e36e5e2
13847b8
to
67aaf57
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Actionable comments outside the diff hunks (1)
tests/ci/slurm-submit.sh (1)
Line range hint
64-66
: Ensure variables are quoted in shell commands to prevent globbing and word splitting.- srun $srun_cmdline_opts \ + srun "$srun_cmdline_opts" \
Not leaking fGeoLoader on FairRunSim seems to cause some memory issues (probbaly a double free/delete). Until we find it, let's leak the Geoloader, as before.
See: #1514
See: ede7137
Checklist: