Commit 65f5d83c authored by Julien Muchembled's avatar Julien Muchembled

NEO: add Pympler to easily debug memory usage

parent 9ae911d0
...@@ -61,6 +61,7 @@ eggs = neoppod[admin, ctl, master] ...@@ -61,6 +61,7 @@ eggs = neoppod[admin, ctl, master]
coverage coverage
setproctitle setproctitle
mock mock
Pympler
adapter-egg = adapter-egg =
${python-mysqlclient:egg} ${python-mysqlclient:egg}
PyMySQL PyMySQL
...@@ -138,8 +139,10 @@ mysqlclient = 2.0.1 ...@@ -138,8 +139,10 @@ mysqlclient = 2.0.1
PyMySQL = 0.10.1 PyMySQL = 0.10.1
cython-zstd = 0.2 cython-zstd = 0.2
funcsigs = 1.0.2 funcsigs = 1.0.2
Pympler = 1.0.1
[versions:python2] [versions:python2]
coverage = 5.5 coverage = 5.5
mysqlclient = 1.3.12 mysqlclient = 1.3.12
pycrypto = 2.6.1 pycrypto = 2.6.1
Pympler = 0.4.3
...@@ -554,7 +554,6 @@ eggs = ${neoppod:eggs} ...@@ -554,7 +554,6 @@ eggs = ${neoppod:eggs}
astor astor
APacheDEX APacheDEX
PyStemmer PyStemmer
Pympler
SOAPpy SOAPpy
chardet chardet
collective.recipe.template collective.recipe.template
...@@ -776,7 +775,6 @@ Products.PluginRegistry = 1.4 ...@@ -776,7 +775,6 @@ Products.PluginRegistry = 1.4
Products.TIDStorage = 5.5.0 Products.TIDStorage = 5.5.0
pyPdf = 1.13 pyPdf = 1.13
PyStemmer = 1.3.0 PyStemmer = 1.3.0
Pympler = 0.4.3
StructuredText = 2.11.1 StructuredText = 2.11.1
WSGIUtils = 0.7 WSGIUtils = 0.7
erp5-coverage-plugin = 0.0.1 erp5-coverage-plugin = 0.0.1
......
...@@ -527,7 +527,6 @@ eggs = ...@@ -527,7 +527,6 @@ eggs =
lock_file lock_file
astor astor
APacheDEX APacheDEX
Pympler
chardet chardet
collective.recipe.template collective.recipe.template
erp5diff erp5diff
...@@ -829,7 +828,6 @@ pydot = 1.4.2 ...@@ -829,7 +828,6 @@ pydot = 1.4.2
pyflakes = 1.5.0 pyflakes = 1.5.0
pyjwkest = 1.4.2 pyjwkest = 1.4.2
pylint = 3.2.1:whl pylint = 3.2.1:whl
Pympler = 1.0.1
pyPdf = 1.13 pyPdf = 1.13
PyStemmer = 2.2.0.1 PyStemmer = 2.2.0.1
pytesseract = 0.2.2 pytesseract = 0.2.2
...@@ -942,7 +940,6 @@ Products.ZODBMountPoint = 1.3 ...@@ -942,7 +940,6 @@ Products.ZODBMountPoint = 1.3
Products.ZSQLMethods = 3.16 Products.ZSQLMethods = 3.16
pyasn1-modules = 0.0.8 pyasn1-modules = 0.0.8
pylint = 1.4.4+SlapOSPatched002 pylint = 1.4.4+SlapOSPatched002
Pympler = 0.4.3
PyStemmer = 1.3.0 PyStemmer = 1.3.0
python-ldap = 2.4.32+SlapOSPatched001 python-ldap = 2.4.32+SlapOSPatched001
pytracemalloc = 1.2 pytracemalloc = 1.2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment