DS6 entry cache configuration

Hi,

I want to set the entry cache size via command line (dsconf):

>dsconf set-server-prop -e -p 389 -w /tmp/pwd entry-cache-size:1024M

"entry-cache-size" is an unknown property.

>dsconf set-server-prop -e -p 389 -w /tmp/pwd entry-cache-count:1024

"entry-cache-count" is an unknown property.

Is this currently only possible via ldap or via console? According to the documentation it should also work via dsconf.

Thanks,

Holger

[486 byte] By [Ewirona] at [2007-11-26 20:38:07]
# 1
Entry cache settings are properties of individual suffixes, not of the whole server.Try:dsconf set-suffix-prop dc=example,dc=com entry-cache-size:1024M
gtholberta at 2007-7-10 1:54:39 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Off course, silly me :-)Thanks!
Ewirona at 2007-7-10 1:54:39 > top of Java-index,Web & Directory Servers,Directory Servers...