Utilities for eDirectory on Linux won't work under high load
Novell Cool Solutions: Question & Answer
Reader Rating 
Q:
When the server is under a high load, my eDirectory utilities such as ndsrepair, ndstrace, and nldap, will not load. What should I do?
A:
Add the following lines to /etc/init.d/ndsd:
MALLOC_TRIM_THRESHOLD_=20971520
MALLOC_MMAP_MAX_=4
export MALLOC_TRIM_THRESHOLD_ MALLOC_MMAP_MAX_
The server must be restarted after changing these variables.
- MALLOC_TRIM_THRESHOLD_=20971520
This parameter specifies the size of the smallest chunk of freed memory that causes the memory management system to shrink the data segment. - MALLOC_MMAP_MAX_=4
The maximum number of memory channels that can be served at the same time.
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com