[pypy-issue] [issue1479] Uses all my memory and slow

David Cramer tracker at bugs.pypy.org
Wed May 8 05:13:00 CEST 2013


New submission from David Cramer <dcramer at gmail.com>:

http://github.com/getsentry/sentry

https://gist.github.com/dcramer/5537828

You'll need to install pysycopg2cffi otherwise Sentry wont load at all. I just 
stuff the monkey patch commands in the sentry.conf.py

This benchmark probably sucks, but I'd love to see if I could get some reasonable 
gains out of PyPy.

Some notes:

- the login view does nothing, so probably awful test
- it does nothing, so it should be faster
- it does nothing, so it should not eventually climb to 500mb of mem ?

(req/s is my primary goal here, though .5gb per process is pretty intense on the 
memory use)

----------
messages: 5683
nosy: dcramer, pypy-issue
priority: performance bug
status: unread
title: Uses all my memory and slow

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1479>
________________________________________


More information about the pypy-issue mailing list