Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 Martin Sjölund, 8 years ago

Cc: Adrian Pop added
Resolution: wontfix
Status: newclosed

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).

comment:2 by Adeel Asghar, 8 years ago

Milestone: Future1.11.0
Note: See TracTickets for help on using tickets.