0
下面是hazelcast.xml默認配置,如何在hazelcast.xml中配置jobTracker以獲得優化的性能?
<jobtracker name="default">
<max-thread-size>0</max-thread-size>
<!-- Queue size 0 means number of partitions * 2 -->
<queue-size>0</queue-size>
<retry-count>0</retry-count>
<chunk-size>1000</chunk-size>
<communicate-stats>true</communicate-stats>
<topology-changed-strategy>CANCEL_RUNNING_OPERATION</topology-changed-strategy>
</jobtracker>
如何更新此配置,以獲取地圖在Java應用程序中降低性能更好???