Bug 541911
Summary: | dmeventd uses lot of memory | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Juan Quintela <quintela> | ||||
Component: | device-mapper-obsolete | Assignee: | Zdenek Kabelac <zkabelac> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 12 | CC: | agk, bmarzins, dwysocha, heinzm, lvm-team, mbroz, msnitzer, prajnoha, prockai, zkabelac | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-06-14 15:29:11 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Juan Quintela
2009-11-27 14:41:53 UTC
Created attachment 374222 [details]
lvmdump data
Peter Rockai helped fix the problem on irc. The problem was the locale (en_US.UTF-8). Doing: * vgchange --monitor n * killall -9 dmeventd * LC_ALL=C vgchange --monitor y *** Bug 553193 has been marked as a duplicate of this bug. *** Here is discussion about this issue: https://www.redhat.com/archives/lvm-devel/2010-February/msg00208.html Currently we work on the solution that will try to avoid mmaping file locale-archive into memory during locked state. Memory usage has been decreased in LVM2 version 2.02.63 for dmeventd and clvmd. Currently new packages are available for fc14. I don't think this will get into an F-12 update. Closing with "nextrelease". |