You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by 狼侠 <50...@qq.com> on 2012/12/02 10:09:52 UTC

回复: pageRank

Is the message stored in memory in the whole process? when a iteration finished,is it released?




>       1. when it is running,is the message stored in memeory or disk?

Memory.

>       2.With the increasing iterations of hama ,the use of memory is increasing.Why it happened?

Yeah, I know. I have to figure out why memory increases continuously.

On Sun, Dec 2, 2012 at 3:53 PM, 狼侠 <50...@qq.com> wrote:
> hello,
>        I have some questions about the mechanism of hama .
>       1. when it is running,is the message stored in memeory or disk?
>       2.With the increasing iterations of hama ,the use of memory is increasing.Why it happened?
> can someone give me the answers?Thanks!
>                chen peng



-- 
Best Regards, Edward J. Yoon
@eddieyoon

Re: 回复: pageRank

Posted by Thomas Jungblut <th...@gmail.com>.
>
> Is the message stored in memory in the whole process?


Yes


> when a iteration finished,is it released?


It's Java, when nothing is referencing the messages anymore. Usually the
reference is hold by the algorithm.

2012/12/2 狼侠 <50...@qq.com>

> Is the message stored in memory in the whole process? when a iteration
> finished,is it released?
>
>
>
>
> >       1. when it is running,is the message stored in memeory or disk?
>
> Memory.
>
> >       2.With the increasing iterations of hama ,the use of memory is
> increasing.Why it happened?
>
> Yeah, I know. I have to figure out why memory increases continuously.
>
> On Sun, Dec 2, 2012 at 3:53 PM, 狼侠 <50...@qq.com> wrote:
> > hello,
> >        I have some questions about the mechanism of hama .
> >       1. when it is running,is the message stored in memeory or disk?
> >       2.With the increasing iterations of hama ,the use of memory is
> increasing.Why it happened?
> > can someone give me the answers?Thanks!
> >                chen peng
>
>
>
> --
> Best Regards, Edward J. Yoon
> @eddieyoon
>