Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos
Commits
65f5d83c
Commit
65f5d83c
authored
May 18, 2024
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NEO: add Pympler to easily debug memory usage
parent
9ae911d0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+3
-0
stack/erp5-zope2/buildout.cfg
stack/erp5-zope2/buildout.cfg
+0
-2
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+0
-3
No files found.
software/neoppod/software-common.cfg
View file @
65f5d83c
...
@@ -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
stack/erp5-zope2/buildout.cfg
View file @
65f5d83c
...
@@ -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
...
...
stack/erp5/buildout.cfg
View file @
65f5d83c
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment