Hi all I have a question concerning the behaviour of the erlang queue module. Does it store everything in memory or will it fallback to storing things on disk if memory is running short? If it does not I need to implement a layer on top of queue that will fallback to store things on disk if needed. Thanks in advance