If the only thing you need to allocate memory to is your queue, then maybe. Otherwise you'd incur in problems like the sibling comment.
That's the very same reason you limit connection pools on applications that connect to a database: to prevent some instance to use all the database server connections and leave nothing to other instances.