Summary: | importing C++ code takes enormous amounts of memory | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Boudewijn Rempt <boud> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Boudewijn Rempt
2004-02-05 16:16:07 UTC
This is due to the code generation and undo/redo. Delete everything in <codegenerators> in the saved file, start umbrello and change to a code generator which doesn't create code (such as Perl) before opening the diagram or importing the classes. Hardly ideal I know. *** This bug has been marked as a duplicate of 72644 *** Subject: Re: importing C++ code takes enormous amounts of memory On Thursday 05 February 2004 16:54, Jonathan Riddell wrote: > This is due to the code generation and undo/redo. > > Delete everything in <codegenerators> in the saved file, start umbrello and > change to a code generator which doesn't create code (such as Perl) before > opening the diagram or importing the classes. > > Hardly ideal I know. > Eek! But could I switch to a C++ code generator one I have my new classes added to the diagram, generate, and switch it off again? You would need to delete the <codegenerators> tag in the saved file again to keep memory down. |