Running Beanstalk on Ubuntu 10.04. Thanks for your efforts. Here was top:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND ... 30837 beanstal 20 0 955m 26m 232 S 0 3.5 79:26.75 beanstalkd ... Beanstalk virtual memory size 955m. Yet binlog was only 91m: $ du -sh /var/lib/beanstalkd/ 91M /var/lib/beanstalkd/ I restarted beanstalk, and its memory use dropped greatly .. to 16M! PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND ... 4835 beanstal 20 0 16072 2084 652 S 0 0.3 0:05.58 beanstalkd ... Does beanstalkd never let go of memory once it grabs it? I believe beanstalkd had been running for awhile, and queues were at one time pretty large. It would be handy to not have to restart beanstalkd, as our application relies on it. Dan -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" 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/beanstalk-talk?hl=en.
