‎2022 Jan 06 9:47 AM
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?
‎2022 Jan 06 1:26 PM
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 ]
‎2022 Jan 06 7:49 PM
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.
‎2022 Jan 11 9:07 AM
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