Sun Gathering Debug Data for Sun Java System Directory Server 5

ProcedureTo Configure Red Hat Linux to Generate Core Files

On Red Hat systems, you can enable core files to be generated on a per user basis.

  1. Open the ~/.bash_profile file for the server user in a text editor.

  2. Search for a line using the ulimit command as follows.

    ulimit -S -c 0 > /dev/null 2>&1
  3. Either comment out the line, or set your own limit for core file size.