Modify ↓
Ticket #7 (closed defect: fixed)
Growing memory usage
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 0.8.1 Release |
Component: | bcfg2-server | Version: | |
Keywords: | Cc: |
Description
Here's a ticket to talk about the "growing memory use" problem. Using 0.8.0, I just ran the client on 62 nodes and saw this change in server memory usage:
Before:
root 2108 0.1 5.2 115444 108192 pts/11 S Feb02 6:59 /usr/bin/python2.3 /usr/sbin/bcfg2-server
After:
root 2108 0.1 5.6 123176 115956 pts/11 S Feb02 7:36 /usr/bin/python2.3 /usr/sbin/bcfg2-server
The only thing done between these data points is running the 62 clients. You'll also note that the beginning memory size is already quite a lot larger than the ~46MB we saw it using last week.
Attachments
Change History
comment:2 Changed 17 years ago by desai
- Status changed from new to assigned
Based on preliminary checks with valgrind, it looks like lxml is leaking memory like crazy. There is a new patch for lxml that seems to help; memory usage doesn't grow quite so quickly, but usage isn't flat yet. I am not sure this issue is resolved, so I am still leaving this open.
Note: See
TracTickets for help on using
tickets.