#4206 closed defect (wontfix)
compilation very slow
Reported by: | anonymous | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.11.0 |
Component: | OMEdit | Version: | v1.11.0 |
Keywords: | Cc: | Adrian Pop |
Description
After going out sleep mode of my computer, I started compilation which hangs for a very long time. After cancelling the compilation, my computer became very slow. Sometimes it works better after changing the size of the virtual memory of windows 10. The compiler seems not to free the virtual memory after cancellation.
Change History (2)
comment:1 by , 8 years ago
Cc: | added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:2 by , 8 years ago
Milestone: | Future → 1.11.0 |
---|
Note:
See TracTickets
for help on using tickets.
OpenModelica uses a garbage collector. The memory is free'd and will be re-used by OMEdit when re-simulating. The only certain way of freeing memory is closing OMEdit. Workarounds include performing expensive/large simulations in an external process such as
omc
, or installing more RAM in the computer (we use 128 GB for huge models).