Talk:Setup

From Fedora Directory Server

hi,

  i wana discuss, i read the document and every thing goes fine, when i do 

./startconsole -u admin -a http://thriller.example.com:2000/ it gives error.

GC Warning: Out of Memory! Returning NIL! Exception in thread "main" GC Warning: Out of Memory! Returning NIL! GC Warning: Out of Memory! Returning NIL!

      • Catastrophic failure while handling uncaught exception.

I am using Intel Pentium 4. 3.0GHz with 1GB of RAM.

what to do?now


Which document did you read? Did you see Install_Guide - especially the part about which java is required?



In this section:

 3- edit the /etc/security/limits.conf
 
 *        -        nofile        8192

This is misleading and not all that useful. limits.conf is processed on login, so for an ldap server chugging along with no one logged in, this won't do a thing _unless_ you add the following line to your /etc/pam.d/system-auth file:

 session     required      /lib/security/$ISA/pam_limits.so

Now, here we have pam's hook to examine limits.conf. But this is still useless since this is only processed per session. What is the correct answer here? I wish someone could tell me. --Vito 14:00, 15 March 2007 (EDT)