Issue #2108 has been updated by luke. Status changed from Unreviewed to Duplicate
---------------------------------------- Bug #2108: Puppetd holding memory between runs http://projects.reductivelabs.com/issues/2108 Author: harisekhon Status: Duplicate Priority: Normal Assigned to: Category: Target version: Complexity: Unknown Affected version: 0.24.7 Keywords: Puppetd is holding on to memory between runs which seems like a bug as it's not doing any work and the state cannot be anywhere near it's memory consumption as the things it is managing are much smaller than this. top - 11:58:31 up 48 days, 18:21, 1 user, load average: 0.00, 0.00, 0.04 Tasks: 1046 total, 1 running, 66 sleeping, 0 stopped, 979 zombie Cpu(s): 0.7%us, 0.7%sy, 0.0%ni, 98.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 255592k total, 251580k used, 4012k free, 3004k buffers Swap: 524280k total, 205064k used, 319216k free, 35076k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1952 root 15 0 178m 163m 1904 S 0.0 65.5 771:12.13 puppetd So on this 256MB machine, it managing a few configuration files and not currently processing (the last run was 20 mins ago and it runs every 30 mins) as seen by the 0% CPU utilization. Yet in this idle state it is still holding on to nearly 200MB of memory on the system, much higher than any other process. puppetd --version 0.24.7 Looks like a bug/memory leak to me? ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
