Hi, We are running several webapps under a single container roughly about 40 -50 .All have similar schema .Under this circumstance , how would i calculate the cache memory allocation?The number of documents per webapps is roughly abt 1000 currently but like ly to increase in future.
Would it make sense to enble caching with these many apps? For example would filter cahce size be :no of unique facet fileds in each of the webapps? In the doucment cache =max results* max concurrent users ,would this be based on the average or would it be a multiplication for each webapp combined together in which case we need to have atleast that much RAM. Suppose we have only 2gb ram on a dual core ,then what happens in typical wiki based document cache entry ?how would we have documents from each webapp in the cache .Would this value need to be multiplied by number of webapps ? Thanks Regards Revas