Hello Level D,

I suppose you have gc performance problems. 
Read JVM and System Tuning [1], article which provides general
recommendations on how to tune the GC and JVM. 

If you know cache size, good practice define it in cache configuration
    <property name="memoryMode" value="OFFHEAP_TIERED" />
    <property name="startSize" value="6500000"/>

Also better preload cahes eqt + eqt_temp before use continuous query.
For controlling cache loading you can use CacheStoreAdapter [2]


[1] https://apacheignite.readme.io/docs/jvm-and-system-tuning
[2] http://apacheignite.gridgain.org/v1.2/docs/data-loading



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/LoadCache-tp6140p6196.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to