'Pentaho PDI very slow when i access pentaho server

I have jobs and transformations in a pentaho server but when try to open, edit, save and close them i have to wait a long time...when I try to move a step it's like my screen is at 10fps.

How can i improve the spoon's performance, somebody helps me.

the pentaho server is in a cetos machine with 16G ram

I modified the spoon.sh to Xms5G and Xmx10G

There is other parameter Xx maspermsize that is 256 mb (i dont know whate means this parameter)



Solution 1:[1]

One thing we found was under "Administration" in the Pentaho Users Console" Click on Settings. There is options for "Deleting Generated Files Now". Each time Pentaho Server runs a job it creates files. Over time these build up. You can also set a schedule on the same page to remove these files on a scheduled basis. Our time to browse Job/Transformations went from almost 2 minutes to 5-10 seconds.

Solution 2:[2]

The error message is complaining that it can't find the Android SDK installed. The Android SDK comes with Android Studio, which you can download here:

https://developer.android.com/studio

Once installed, open your Flipper settings (click the cog icon in the bottom left) and ensure that the "Android SDK location" field is correctly filled it. For me (on Mac), the path is "/Users/rangfu/Library/Android/sdk".

If you're not planning to debug Android with Flipper, you can simply switch off the "Android Developer" setting.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 DougieT
Solution 2 rangfu