-
Notifications
You must be signed in to change notification settings - Fork 103
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
DetectorChecksum memory consumption scales with complexity (and maxes out...) #1143
Comments
Hmm. Was not really aware it would grow that much. |
@wdconinc @andresailer
Whenever the hash string is used to define an aggregate (like here for a boolean solid, the string cannot be dropped easily. One could instead either
I still find one of these two possibilities somehow more attractive than constantly updating a checksum, |
@wdconinc Hi Wouter, can we close this issue ? |
Yes, I think this has been resolved, right? |
I think so. You have to specify now a flag if you want to keep the hash strings. |
$ /usr/bin/time -v geoPluginRun -input $DETECTOR_PATH/epic_lfhcal_only.xml -plugin DD4hepDetectorChecksum
Output: full build and run log output
The text was updated successfully, but these errors were encountered: