I'm having problems constraining memory usage with beanstalk.  I
posted the output of 'stats' below.  I'm using a recent compilation of
beanstalk, and am deleting jobs as they get processed (which I'm
verifying by comparing 'total-jobs' against 'cmd-delete').  However,
beanstalk has grown to 350 MB after two days.  Before my last restart
of beanstalk, it had grown to 3 GB after 14 days.  Any advice /
insight is welcome.  Thanks!

{'current-connections': 10,
 'max-job-size': 65535,
 'cmd-release': 0,
 'cmd-reserve': 0,
 'pid': 429,
 'cmd-bury': 0,
 'current-producers': 7,
 'total-jobs': 534439,
 'current-jobs-ready': 0,
 'cmd-peek-buried': 0,
 'current-tubes': 4,
 'current-jobs-delayed': 0,
 'uptime': 261241,
 'cmd-watch': 3,
 'job-timeouts': 0,
 'cmd-stats': 50,
 'rusage-stime': 37.549999999999997,
 'version': '1.4.6+6+g4dc1586',
 'current-jobs-reserved': 0,
 'current-jobs-buried': 0,
 'cmd-reserve-with-timeout': 1165300,
 'cmd-put': 534439,
 'cmd-pause-tube': 0,
 'cmd-list-tubes-watched': 0,
 'cmd-list-tubes': 2372482,
 'current-workers': 3,
 'cmd-list-tube-used': 0,
 'cmd-ignore': 480803,
 'current-waiting': 3,
 'cmd-peek': 0,
 'cmd-peek-ready': 0,
 'cmd-peek-delayed': 0,
 'cmd-touch': 0,
 'binlog-oldest-index': 0,
 'binlog-current-index': 0,
 'cmd-use': 481050,
 'total-connections': 89301,
 'cmd-delete': 534439,
 'binlog-max-size': 10485760,
 'cmd-stats-job': 0,
 'rusage-utime': 23.719999999999999,
 'cmd-stats-tube': 0,
 'cmd-kick': 0,
 'current-jobs-urgent': 0}

-- 
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.

Reply via email to