Re: [pypy-dev] pypy-2.3.1 memory profiling strategies

2015-08-03 Thread Armin Rigo
Hi Jim, On 2 August 2015 at 08:57, jim horng wrote: > I didn't state clear that I already tried periodic gc but memory usage still > increase over team till out of memory, so we assume it's a real leak cause > by python program but we don't have good tool/methodology to hunt it, thanks > :) I be

Re: [pypy-dev] pypy-2.3.1 memory profiling strategies

2015-08-02 Thread jim horng
Hi Phyo, thanks for prompt response :) I didn't state clear that I already tried periodic gc but memory usage still increase over team till out of memory, so we assume it's a real leak cause by python program but we don't have good tool/methodology to hunt it, thanks :) Best Regards, Jim(洪懷謙) On

Re: [pypy-dev] pypy-2.3.1 memory profiling strategies

2015-08-01 Thread Phyo Arkar
Memory handling is improved on 2.6.1 , theres no memory leak there. we running for 2 months already. You gotta upgrade. On Fri, Jul 31, 2015 at 3:51 PM, jim horng wrote: > Hi all, > Not sure if it's appropriate to post here since there's no pypy-user group > :) > My question is as title, we got

[pypy-dev] pypy-2.3.1 memory profiling strategies

2015-07-31 Thread jim horng
Hi all, Not sure if it's appropriate to post here since there's no pypy-user group :) My question is as title, we got memory leak on pypy process and process will down when out of memory, only on production site. Our simplified environment as below: * OS: Centos 6 * pypy-2.3.1 objgraph is seems th