regarding the tunings

what exactly are the things that are to be done to finetune the directory sever for optimal performance..from the tuning guide we can know that we have to finetune the Caches and Indexing...are there any other things that are to be mainly looked up?
[256 byte] By [anandkaturia] at [2007-11-27 3:35:07]
# 1

We put some top tuning tips in the DS 5.2 docs, http://docs.sun.com/source/816-6697-10/tips.html

That chapter is quite short and to the point.

Directory Server can be a disk intensive application, in particular if you have lots of updates. At that point, you want to keep logging and writes to the database from becoming a bottleneck. Some techniques for moving that bottleneck include distributing writes across disk subsystems, and turning off unnecessary logging.

Another thing you can do is limit the amount of resources clients can use. We talk about adjusting operational limits.

Hope this is of some help.

MarkCraiga at 2007-7-12 8:38:16 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
thanksfor the information...
anandkaturia at 2007-7-12 8:38:16 > top of Java-index,Web & Directory Servers,Directory Servers...