|
|
From the infocenter of WAS, it mentions that "Cache size (Property name: cacheSize, Default: 2000). Dynamic cache maintains the maximum number of entries in memory."
Would anyone tell me this setting will be the globle setting for a clustered environment or just for the specified server. E.g.
In RAD, If I set the distributedmap.properties for every WAR file (My case is multiple WAR file Portlet project)as following, and then deploy it to a 10 servers clustered environment:
cache.instance.0=/services/cache/instance_one
cache.instance.0.cacheSize=1000
cache.instance.0.enableDiskOffload=false
cache.instance.0.flushToDiskOnStop=false
cache.instance.0.useListenerContext=false
How about the eventually result? Is the clustered environment just support 1000 entries or it can support 10x1000 entries in the DistributedMap?
|
|