Hi All, Can someone please confirm thee following for me.
In this case below I am going to use libumem rather than mtmalloc. # svccfg -s network/directory:user setenv LD_PRELOAD_32 libumem.so # svccfg -s network/directory:user setenv LD_PRELOAD_64 /usr/lib/64/libumem.so To commit these changes I do the following: # svcadm refresh svc:/network/directory:user # svcadm restart svc:/network/directory:user To see these changes do the following: # svcprop directory | grep -i ld ... svc:/network/directory:user/:properties/start/environment astring LD_PRELOAD_32=libumem.so LD_PRELOAD_64=/usr/lib/64/libumem.so ... I would also like to use the fixed-priority scheduler rather than the default time-sharing scheduler. How do/should I add the following? priocntl -s -c FX $$ Many thanks indeed. -- Best regards -Michael Sun Microsystems, Inc.