SGF-17
+ object sizer tests
This commit is contained in:
costin
2010-09-15 17:37:48 +03:00
parent 9f4b5f440d
commit b6897115c3
3 changed files with 44 additions and 1 deletions

View File

@@ -24,7 +24,11 @@
<gfe:disk-dir location="./" max-size="1"/>
</gfe:disk-store>
<gfe:eviction type="MEMORY_SIZE" threshold="10" action="LOCAL_DESTROY"/>
<gfe:eviction type="MEMORY_SIZE" threshold="10" action="LOCAL_DESTROY">
<gfe:object-sizer>
<bean class="org.springframework.data.gemfire.SimpleObjectSizer"/>
</gfe:object-sizer>
</gfe:eviction>
</gfe:partitioned-region>
</beans>