Hi Val,
When the exception occurred, I checked the forum and reset the java vm size to 
30g, and also I split my table into 10 smaller tables, each contains 1g data.
In this case, I saw your suggestion on off-heap settings. I don't want to 
reload all the data again, So I asked if it is possible to make the 
configuration take effect immediately at running time.

Btw, I see there are backup settings in partition mode,    like this  <property 
name="backups" value="1"/>
But I did not see where those backups are stored. Is there any settings like 
redis which will automatically load dump files when redis recovered from an 
accident?

Regards,
Kevin  

-----邮件原件-----
发件人: vkulichenko [mailto:[email protected]] 
发送时间: 2016年4月20日 12:42
收件人: [email protected]
主题: Re: re: ignite problem when loading large amount of data into cache

Kevin,

Configuration of the existing cache can't be changed in runtime. The only 
option is to destroy the cache and create it again with new parameters (you 
will lose all in-memory data, of course). What's the use case when you can need 
this?

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/ignite-problem-when-loading-large-amount-of-data-into-cache-tp4324p4347.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to