We have added the following line for "user1" in .bash_profile
Code:
ulimit -c unlimited
But it is not generating command for a process (application) started at startup - slapd
Now can it be that ulimit is set only for BASH prompt and not for other prompts or whichever prompt RHEL takes for starting up the slapd startup scriptin /etc/init.d/ ? maybe our logic is wrong..
We don't want to enable ulimit globally for all users .. just for this one user but it is not working as currently setup..
any suggestions.. and how can i test the theory once the slapd is running..