Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

httpd memory consuption increasing continously due to mod_python #62742

Closed
sumitinder mannequin opened this issue Jul 24, 2013 · 2 comments
Closed

httpd memory consuption increasing continously due to mod_python #62742

sumitinder mannequin opened this issue Jul 24, 2013 · 2 comments
Labels
performance Performance or resource usage

Comments

@sumitinder
Copy link
Mannequin

sumitinder mannequin commented Jul 24, 2013

BPO 18542
Nosy @ronaldoussoren

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2013-07-25.10:14:40.418>
created_at = <Date 2013-07-24.09:47:16.990>
labels = ['invalid', 'performance']
title = 'httpd memory consuption increasing continously due to mod_python'
updated_at = <Date 2013-07-25.10:14:40.417>
user = 'https://bugs.python.org/sumitinder'

bugs.python.org fields:

activity = <Date 2013-07-25.10:14:40.417>
actor = 'ronaldoussoren'
assignee = 'none'
closed = True
closed_date = <Date 2013-07-25.10:14:40.418>
closer = 'ronaldoussoren'
components = []
creation = <Date 2013-07-24.09:47:16.990>
creator = 'sumitinder'
dependencies = []
files = []
hgrepos = []
issue_num = 18542
keywords = []
message_count = 2.0
messages = ['193634', '193635']
nosy_count = 2.0
nosy_names = ['ronaldoussoren', 'sumitinder']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue18542'
versions = ['Python 3.2']

@sumitinder
Copy link
Mannequin Author

sumitinder mannequin commented Jul 24, 2013

Mod_python is used in our application and continous load of mod_python result in increase in httpd memory usage i.e upto 1.6 Gb.

Packets used:
mod_python-3.2.8-3.1
httpd-2.2.3-43.el5.centos
Centos 5.5 OS

Is there any memory leak in mod_python which is resulting in increase in memory ?

@sumitinder sumitinder mannequin added the performance Performance or resource usage label Jul 24, 2013
@ronaldoussoren
Copy link
Contributor

mod_python isn't part of the cpython std lib. As such, this isn't the right tracker to report problems with mod_python.

You may have more success by asking the project itself (<http://www.modpython.org\>).

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance or resource usage
Projects
None yet
Development

No branches or pull requests

1 participant