答复: ignite client memory issue

2017-01-23 Thread Shawn Du
.generateCacheName(); } } 发件人: Denis Magda [mailto:dma...@apache.org] 发送时间: 2017年1月24日 3:30 收件人: user@ignite.apache.org 主题: Re: ignite client memory issue Hi, Share piece of the code that produces the leak. — Denis On Jan 22, 2017, at 5:56 PM, Shawn Du mailto:shawn...@neulion.com.cn> &g

RE: ignite client memory issue

2017-01-23 Thread Shawn Du
Thanks val, you are right, I am using sync API. It is fast enough for me. Thanks Shawn -邮件原件- 发件人: vkulichenko [mailto:valentin.kuliche...@gmail.com] 发送时间: 2017年1月24日 3:39 收件人: user@ignite.apache.org 主题: Re: 答复: ignite client memory issue Shawn, It looks like you had too many

Re: 答复: ignite client memory issue

2017-01-23 Thread vkulichenko
://apache-ignite-users.70518.x6.nabble.com/ignite-client-memory-issue-tp10174p10201.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: ignite client memory issue

2017-01-23 Thread Denis Magda
ondition and > worthy further investigate. > > Thanks > Shawn > > 发件人: Shawn Du [mailto:shawn...@neulion.com.cn] > 发送时间: 2017年1月22日 17:36 > 收件人: user@ignite.apache.org > 主题: RE: ignite client memory issue > >

答复: ignite client memory issue

2017-01-22 Thread Shawn Du
RE: ignite client memory issue Hi, I am sure there are memory leaks. See below. Class Name | Objects | Shallow Heap | Retained H

RE: ignite client memory issue

2017-01-22 Thread Shawn Du
cn] 发送时间: 2017年1月22日 13:52 收件人: user@ignite.apache.org 主题: Re: ignite client memory issue Hi, I assume this document for ignite server. In my case, I set ignite work at client mode. Now I increase the Max Heap Size and my application is running, I will monitor the memory usage. For my view,

Re: ignite client memory issue

2017-01-21 Thread Shawn Du
Magda [mailto:dma...@apache.org] 发送时间: 2017年1月22日 13:38 收件人: user@ignite.apache.org 主题: Re: ignite client memory issue Also keep in mind that every Ignite node requires at least ~ 300 MB for its internal purposes. This capacity planning page might be useful as well for you: https

Re: ignite client memory issue

2017-01-21 Thread Denis Magda
收件人: user@ignite.apache.org > 主题: Re: ignite client memory issue > > Hi Shawn, > > What is the maximum size of the heap? > > I don’t think the cache configurations can be a reason of the OOM. As a side > note, there is no reason to keep the configurations at all. Once a

答复: ignite client memory issue

2017-01-21 Thread Shawn Du
My heap max size is 768M. more than 500M are consumed by ignite. Your advice is quite reasonable. I will refactor my code. Thanks 发件人: Denis Magda [mailto:dma...@apache.org] 发送时间: 2017年1月22日 13:18 收件人: user@ignite.apache.org 主题: Re: ignite client memory issue Hi Shawn, What is

Re: ignite client memory issue

2017-01-21 Thread Denis Magda
e, it will prevent some memeory/cache > entries/something else release? > > Thanks > Shawn > > 发件人: <> Shawn Du [mailto:shawn...@neulion.com.cn] > 发送时间: 2017年1月22日 9:09 > 收件人: user@ignite.apache.org > 主题: ignite client memory issue > > Hi, > > My ign

答复: ignite client memory issue

2017-01-21 Thread Shawn Du
eateCache(configuration); My question: If cache configuration doesn’t release, it will prevent some memeory/cache entries/something else release? Thanks Shawn 发件人: Shawn Du [mailto:shawn...@neulion.com.cn] 发送时间: 2017年1月22日 9:09 收件人: user@ignite.apache.org 主题: ignite client memory issue Hi,

ignite client memory issue

2017-01-21 Thread Shawn Du
Hi, My ignite client died many times recently because of OOM. Of course, I can increase the Max heap size. But I want to know why these memory are not released. This is part of analysis of Eclipse Memory Analyzer. My ignite client use Async cache API. please help. Class Name | Objects | Sh