HI Guys,

I am start seeing these WARNING messages related to ehcache:

Jun 2, 2012 10:46:26 PM net.sf.ehcache.pool.sizeof.SizeOf deepSizeOf
WARNING: The configured limit of 1,000 object references was reached
while attempting to calculate the size of the object graph. This can
be avoided by adding stop points with @IgnoreSizeOf annotations. Since
the CacheManger or Cache <sizeOfPolicy> elements
maxDepthExceededBehavior is set to "abort", the sizing operation has
stopped and the reported cache size is not accurate. If performance
degradation is NOT an issue at the configured limit, raise the limit
value using the CacheManager or Cache <sizeOfPolicy> elements maxDepth
attribute. For more information, see the Ehcache configuration
documentation.
Jun 2, 2012 10:46:58 PM net.sf.ehcache.pool.sizeof.SizeOf deepSizeOf
WARNING: The configured limit of 1,000 object references was reached
while attempting to calculate the size of the object graph. This can
be avoided by adding stop points with @IgnoreSizeOf annotations. Since
the CacheManger or Cache <sizeOfPolicy> elements
maxDepthExceededBehavior is set to "abort", the sizing operation has
stopped and the reported cache size is not accurate. If performance
degradation is NOT an issue at the configured limit, raise the limit
value using the CacheManager or Cache <sizeOfPolicy> elements maxDepth
attribute. For more information, see the Ehcache configuration
documentation.

Could this be related to ehcache upgrade in Shindig trunk happened recently?

- Henry

Reply via email to