I've seen memory consumption [leaks] when Queues and notifers are used where multiple instances of 'Create Queue' are called which instigates a new queue memory pool. You need to pass the Queue reference wire to each queue read/write.
I've seen this from novices when using Queues and Notifiers....We had this problem of the code crashing after some time.
Just a thought.