Error - CRX Quickstart | Community
Skip to main content
bill_barrington
New Participant
October 16, 2015
Solved

Error - CRX Quickstart

  • October 16, 2015
  • 1 reply
  • 642 views

I get the following error when I try to run the CRX Quickstart jar: 

CRX Quickstart requires a minimum ulimit -n setting (maximum number of open files) of 8192, but the current limit is 2048. Please increase the ulimit -n setting.

I don't really want to mess with my system settings unless there is a good reason. So, just to understand, why is this happening? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

As you know cq uses file handles heavily & also deponds on load of server.  2048 is too low. There are many osgi  jar files, plus tar files, Lucene index, data store files....   Certain CRX operations require the system to have more open files configured.    The value you need to increase will depend on various factor I would say go with recommended one 8192. Later you use script at [1] to know where and all files are opened to understand yourself.

[1]    http://helpx.adobe.com/experience-manager/kb/TooManyOpenFiles.html

1 reply

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

As you know cq uses file handles heavily & also deponds on load of server.  2048 is too low. There are many osgi  jar files, plus tar files, Lucene index, data store files....   Certain CRX operations require the system to have more open files configured.    The value you need to increase will depend on various factor I would say go with recommended one 8192. Later you use script at [1] to know where and all files are opened to understand yourself.

[1]    http://helpx.adobe.com/experience-manager/kb/TooManyOpenFiles.html