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

[pypy-dev] Best way to use py.test with RPython projects and travis-ci?

2015-08-02 Thread Sarah Mount
This week someone pushed a nice commit to a Python repository I contribute to, which sped up Travis builds by upgrading pip and using the cache to store requirements. I thought "that's neat, I should try that trick in my own (R)Python projects". And that, friends, is how I entered a whole new world