Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.6
-
None
-
C++ Broker(windows, x64)(downloaded from http://www.riverace.com/qpid/downloads.htm)
Java client
OS:Win XP x64 SP2
CPU:Core2 Duo E6750
Mem:8GB
JRE:Sun1.6.0_12(x64)
Description
The more I run Java test code which is simply declare/delete queue and
check the queue existence by queuequery(please see atatched Java file), the more
C++ broker memory size increase(NEVER decrease).
Every times, the test code is successful.
In test code, it's repeated declarations and deletions of the queue 10,000 times.
Here is run summary.
A run represent one iteration through the whole test.
i.e. each run has done declarations and deletions of the queue 10,000 times and totally 100,000 times in this case.
broker memory size Run # |
(MB) ---------- |
------------------------------ initial |
3 #1 |
23 #2 |
42 #3 |
50 #4 |
52 #5 |
65 #6 |
64 #7 |
72 #8 |
77 #9 |
81 #10 |
88 |