max/ideal value of items in limits.conf in rhel5?

i want to set limits in /etc/security/limits.conf.My os is rhel 5.2.
It was giving continuous messages in in /var/log/secure like :

continuously.

I have changed values of priority and nice to "0" from unlimited and messages are not comming. But i want to know what is the ideal/maximum value of these two items? Is 0 value set is correct? To what should i set it to? I want it to be maximum.

*       soft            core            unlimited 
*       hard            core            unlimited 
*       soft            data            unlimited
*       hard            data            unlimited
*       soft            fsize           unlimited
*       hard            fsize           unlimited
*       soft            memlock         -1 
*       hard            memlock         -1 
*       soft            nofile          20000
*       hard            nofile          20000
*       soft            rss             unlimited
*       hard            rss             unlimited
*       soft            stack           unlimited
*       hard            stack           unlimited
*       soft            cpu             unlimited
*       hard            cpu             unlimited
*       soft            nproc           unlimited
*       hard            nproc           unlimited
*       soft            as              unlimited
*       hard            as              unlimited
*       soft            maxlogins       unlimited
*       hard            maxlogins       unlimited
*       soft            maxsyslogins    unlimited
*       hard            maxsyslogins    unlimited
*       soft            priority        0
*       hard            priority        0
*       soft            locks           unlimited
*       hard            locks           unlimited
*       soft            sigpending      unlimited
*       hard            sigpending      unlimited
*       soft            msgqueue        unlimited
*       hard            msgqueue        unlimited
*       soft            nice            0
*       hard            nice            0
*       soft            rtprio          unlimited
*       hard            rtprio          unlimited

Have a look at man limit.conf

Reference: LIMITS.CONF(5)

---------- Post updated at 05:51 ---------- Previous update was at 05:47 ----------

Posting a reply that simply directs the original poster to a man page is discouraged here. Simple stated, don't do it without adding additional value. We don't permit RT*M type of replies here in The UNIX and Linux Forums. Thanks for supporting the spirit of the forums.

In addition, when providing links to man pages, use our forum's internal man pages, as in the example above.

As the MAN page for this topic seems to be self explanatory I see no reason to add anything more to the post other then direct him to the MAN pages on his system. There was never a link to any other page on another website. This is System Administrator 101. If the OP stated that he read the man page but still doesn't understand what to do then it would have been a different story altogether and an explanation would have been in order.