May 3, 2020
Estimated Post Reading Time ~

How to fix CRXDE performance issues

If your CRXDE is too slow or is not loading at all? Try these steps below to possibly fix the issue.

Make sure the crxde:paths property doesn’t include anything that you don't want to load in CRXDE.

  • Open the Content Explorer and browse to /etc/crxde/profiles/default, on the right-hand panel there will be the crxde:paths property, this defines what nodes CRXDE will try to load. Having nodes like /content will make it slow/unresponsive.

Locate and open the CRXDE.ini file and assign more memory to CRXDE.

  • On OSX right-click on CRXDE.app and select Show Package Contents.
  • Browse to Contents/MacOS
  • Open the CRXDE.ini file and change the values for Xms, Xmx and the MaxPermSize to suit your needs and what your system will support.
Delete the .crxde folder

  • CRXDE created a hidden .crxde folder under the user's home directory.
  • Delete that folder

Start CRXDE from the command line.

  • Open -a CRXDE –args -clean (This is for OSX only)

Hope this improves the performance of your CRXDE.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.