On Fri, Aug 13, 2010 at 3:49 PM, Dustin Norlander <[email protected]> wrote: > I think I understand the out of memory issues. Wondering if it is > possible to set a finite amount of memory that app uses?
Yes, you can do this with the `ulimit` command. In bash, typing `help ulimit` will give you documentation. > plan for approximate lifo is what you suggested. > ... > are there any other drawbacks to this approach? None that I can think of, except that you then can't use priority for anything else. (Or, rather, you could use some of the bits of priority for something else, but that would leave you with fewer bits for FIFO-ordering.) kr -- 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.
