#776 closed enhancement (fixed)
Out of Memory in Event Generation
Reported by: | cweiss | Owned by: | kilian |
---|---|---|---|
Priority: | P3 | Milestone: | v2.4.0 |
Component: | phase_space | Version: | 2.2.8 |
Severity: | normal | Keywords: | |
Cc: |
Description
The memory usage of Whizard increases continuously increases until the process is killed. This was first observed in the context of NLO event generation, but also occurs e.g. for the process ee -> Zbb for n_events > 4M.
The process will be executed with the nagfor memory tracing option. Maybe this gives some information.
Change History (8)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
comment:3 follow-up: 4 Changed 9 years ago by
The memtrace shows that a lot of objects of the state matrices are not finalized. This probably yields the memory leak. Therefore, I do not think that this problem is related to #772. However, we should wait until WK's refactoring is finished before we address this issue.
comment:4 Changed 9 years ago by
Replying to cweiss:
The memtrace shows that a lot of objects of the state matrices are not finalized. This probably yields the memory leak. Therefore, I do not think that this problem is related to #772. However, we should wait until WK's refactoring is finished before we address this issue.
Yes, those state matrices are our Sorgenkind ...
Refactoring would be necessary - but is out of question currently, there are more urgent tasks on the agenda, given limited manpower. Just notice that #395 would benefit from a generalization of the interactions data structure, so there is at least some more concrete motivation.
comment:5 Changed 8 years ago by
Milestone: | v2.3.0 → v2.3.1 |
---|
comment:6 Changed 8 years ago by
Component: | core → phase_space |
---|---|
Milestone: | v2.3.1 → v2.3.2 |
comment:7 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Could this be even related to the pointer problem in #772?