Comment 0 for bug 1197380

Revision history for this message
Louis Bouchard (louis) wrote :

rabbitmq-server seems to be leaking memory. This has been tested with Precise, Raring and Saucy

Run the following reproducer (attached to the bug) :

 $ while true
 do
 ./queue_send.py
 done;./queue_receive.py

 a. Actual Results:

Free memory decrease and RSS of the rabbitmq-server process increase