How to resolved the _CEE_RUNOPTS values not getting picked up in the slapd.env file.
When making changes to the _CEE_RUNOPTS in the slapd.env file, they are not going into effect.
Below are the following parameters we have coded in the slapd.env file:
# These are the LE runtime options and should not need to be changed
_CEE_RUNOPTS=all31(on),heappools(on,40,20,80,20,1024,20,2048,20),
stack(16K,16K,ANY,FREE,52K,160K),threadstack(on,32k,32k,anywhere,free),
heap(1m,128k,anywhere,free,8k,4k),anyheap(5m,128k,anywhere,free),
belowheap(32k,1k,free),rptopts(on),rptstg(on),termthdact(uaimm),
trap(on,nospie),dyndump(*userid,dynamic,tdump),trace(on,,nodump)
Put all of _CEE_RUNOPTS on one line instead of multiple lines.