Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can I speed up eclipse?

perage
Participant
0 Likes
2,597

Hi!

When developing in Eclipse for WebDynPro applications, I experience eclipse as insanely slow. If I write a line of code, it takes 1-2 seconds between each character showing up. It works fine on smaller classes, for but larger ones, i.e a FPM class, it's impossible to use it. I actually have to write the code in a custom local Z-program, and paste it in.

The current FPM class has 5500 lines of code.

Any suggestions?

3 REPLIES 3
Read only

klaus_u_paschke
Product and Topic Expert
Product and Topic Expert
2,250

Hello Per,

try to increase the size of java heap memory in eclipse.

- Close all eclipse processes

- open "eclipse.ini" in the installation directory with editor

- search for parameter "Xms" and "Xmx"

- change to higher value accordingly to your local memory resources

e.g. for minimum heap size "-Xms1024m" ( means allocation minimum 1 GB )

e.g. for maximum heap size "-Xmx2048m" ( means allocation up to 2 GB )

- save "eclipse.ini"

Start eclipse again and test.

Hope it helps ( did it for me ).

Kind regards

Klaus

[ If helpful mark the answer as accepted, so other user can see that this is a confirmed solution ]

Read only

matt
Active Contributor
0 Likes
2,250

Change your class so the functionality is handled by other classes?

You should also check the eclipse log to see if there's something regularly failing. Finally, a reinstall usually does the trick.

Read only

ysoethoff
Product and Topic Expert
Product and Topic Expert
0 Likes
2,250

Hi,

thanks for your post.
We would really like to take a deeper look into your issue. Therefore we need some more information about your scenario. Would it be possible for you to provide us such a class? The best way might be a new ticket for SAP Support. You could also attach your support information zip file for further information about your environment there.

To create a support information zip file, please execute "Help" -> "Collect support information..."
The component for the ticket is BC-DWB-AIE.

Just let me know, when you have created the ticket.

Thanks and kind regards,
Yannic