Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

CRXDE in AEM 6

Avatar

Level 6

Since I changed to AEM 6 CRXDE has become very slow. It takes a very long time to get past Initialising Java tooling (1+ hours).

 

I have followed the following advise on http://blogs.adobe.com/contentmanagement/tag/crxde-wont-open/  but it has not helped.

 

Make sure the crxde:paths property doesn’t include anything that you dont 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 users home directory.
  • Delete that folder

Start CRXDE from command line.

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

Avatar

Correct answer by
Level 10

Development on CRXDE is stopped, can you switch to alternate[1]?

[1]  http://dev.day.com/content/ddc/en/gems/aem-developer-tools-for-eclipse.html

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Development on CRXDE is stopped, can you switch to alternate[1]?

[1]  http://dev.day.com/content/ddc/en/gems/aem-developer-tools-for-eclipse.html