Opened 11 years ago
Closed 11 years ago
#2692 closed defect (invalid)
Malloc for very complex model on Ubuntu 64bit (omc use more than 8Go of RAM)
Reported by: | anonymous | Owned by: | somebody |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | Frontend | Version: | trunk |
Keywords: | Cc: |
Description
When building complex model (more than 40 000 equations), omc is crashing with malloc message if consummed memory is more than 8Go
Ubuntu 64bit
Error message is:
malloc(8954480080) failed!
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
We would need a model. If is not public you can sent it via email to OpenModelica@ida.liu.se and we will use it for debugging and then delete it.
You could also try the bootstrapped compiler as it has a different garbage collector which might perform better.
comment:3 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I will close this wontfix unless there are more details. Of course it is possible to exhaust memory for very complex models. In most cases it is easily solved by adding more RAM to the machine. It is also possible you found a bug for some combination of language structure, but we would need the complete model in that case.