- This topic has 5 replies, 4 voices, and was last updated 18 years, 11 months ago by Riyad Kalla.
-
AuthorPosts
-
Aleš PermeMemberI am not satisfied with auto layout, so I am trying to move “boxes” (4 interfaces and 8 classes) around, but it is practically impossible as it looks like slideshow! Also associations get scrambled. Pentium 4 3GHz should do the job.
Any suggestions?
-Borut
MyEclipse
Version: 4.0.3
Build id: 20051025-4.0.3-GA
Riyad KallaMemberBorut,
What would really help us here is an example file that we can use internally as our test case for the performance profiling in the tool. Would you be able to share this UMR file with us? If so, please email it to: support@genuitec.com ATTN Riyad, with a link to this thread so I know why I’m getting it.
Borut BolčinaMemberHi,
The operation compartment of the class is making the class box quite large (wide). When this section is hidden, moving becomes somewhat barable, but still far from smooth.
I am sending the UMR file to the support address.
-Borut
P.S. My previous post was from different ME account.
Scott AndersonParticipantBorut,
We received your example and I sent it off to the development team for analysis. Here’s what I got back from the principlal UML tools developer:
The diagrams opened up instantly for me. I removed the heap settigns and even then all the diagrams opened up in under 5 seconds. Seems acceptable to me. There could be some other issue with his config that we aren’t aware of.
From this, it could easily be a memory configuration issue with Eclipse. Can you try launching Eclipse with the following commandline arguments and see if the performance improves:
eclipse.exe -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M
Borut BolčinaMemberIt seems a reboot helped. I am always running eclipse with -Xmx512M, but I guess the system (win xp) was up for too long. I can safely conclude the problem was not UML editor related. I can move even large (wide) classes smoothly now.
Sorry for false newbie alarm and thanks for the reply.
-Borut
Riyad KallaMemberBorut,
Glad to hear things are back to normal. -
AuthorPosts