[SR-Users] Memory usage problem in xmpp modules
laura testi
lau.testi at gmail.com
Thu Jan 26 13:34:23 CET 2012
Hi Hennings,
thanks a lot for your answer.
I'm sending you other information about our Kamailio xmpp server.
in attach the "sercmd cfg.set_now_int core mem_dump_shm" output.
And here:
kamctl fifo get_statistics | grep mem
shmem:fragments = 13107
shmem:free_size = 99724520
shmem:max_used_size = 57559216
shmem:real_used_size = 34493208
shmem:total_size = 134217728
shmem:used_size = 25651280
Thanks an kind regards,
laura
On Wed, Jan 25, 2012 at 7:18 PM, Henning Westerholt <hw at kamailio.org> wrote:
> On Tuesday 24 January 2012, laura testi wrote:
>> we are using the XMPP gateway modules:
>> • PUA
>> • PUA_XMPP
>> • XMPP
>> The behavior is ok but since the modules are started, the memory usage
>> is getting increased and now also the swap memory area is used.
>> I send to you the following information:
>
> Hello Laura,
>
> so kamailio uses that much memory that your machine runs out of memory? This
> sounds like a shared memory issue to me. Can you have a look to the shm_mem as
> well?
>
>> 1. Numer of records from PUA and xmpp_presentity tables, they are quite
>> stable:
>>
>> SQL> select count(*) from pua;
>>
>> COUNT(*)
>> ----------
>> 10218
>>
>> SQL> select count(*) from xmpp_presentity;
>>
>> COUNT(*)
>> ----------
>> 754
>>
>
> This output is in PKG mem, but it looks indeed a bit suspicious. Have you
> looked in to the respective code for this module, presence: utils_func.h and
> uandd_to_uri?
>
>> 2. list of PKG fragments with gdb :
>>
>> $1 = {size = 40, u = {nxt_free = 0x0, is_free = 0}, file =
>> 0x2b657aa12c00 "presence: utils_func.h", func = 0x2b657aa1aed0
>> "uandd_to_uri", line = 66,
>> check = 4042322160}
>> [..]
>> $17 = {size = 40, u = {nxt_free = 0x0, is_free = 0}, file =
>> 0x2b657aa12c00 "presence: utils_func.h", func = 0x2b657aa1aed0
>> "uandd_to_uri", line = 66,
>> check = 4042322160}………….
>>
>> 3. Output of sercmd cfg.set_now_int core mem_dump_pkg :
>>
>> ……………….. 10969. N address=0xb1b320 frag=0xb1b2f0 size=104 used=1
>> qm_status: alloc'd from presence: utils_func.h: uandd_to_uri(66)
>> qm_status: start check=f0f0f0f0, end check= c0c0c0c0, abcdefed
>> qm_status: 10970. N address=0xb1b3e8 frag=0xb1b3b8 size=32 used=1
>> qm_status: alloc'd from presence: utils_func.h: uandd_to_uri(66)
>> qm_status: start check=f0f0f0f0, end check= c0c0c0c0, abcdefed
>> qm_status: 10971. N address=0xb1b468 frag=0xb1b438 size=32 used=1
>> qm_status: alloc'd from presence: utils_func.h: uandd_to_uri(66)
>> qm_status: start check=f0f0f0f0, end check= c0c0c0c0, abcdefed
>> qm_status: dumping free list stats :
>> qm_status: hash= 1. fragments no.: 4, unused: 0
>> bucket size: 8 - 8 (first 8)
>> qm_status: hash= 2. fragments no.: 8, unused: 0
>> bucket size: 16 - 16 (first 16)
>> qm_status: hash= 3. fragments no.: 6, unused: 0
>> bucket size: 24 - 24 (first 24)
>> qm_status: hash= 4. fragments no.: 1, unused: 0
>> bucket size: 32 - 32 (first 32)
>> qm_status: hash= 6. fragments no.: 3, unused: 0
>> bucket size: 48 - 48 (first 48)
>> qm_status: hash= 8. fragments no.: 8, unused: 0
>> bucket size: 64 - 64 (first 64)
>> qm_status: hash= 9. fragments no.: 6, unused: 0
>> bucket size: 72 - 72 (first 72)
>> qm_status: hash= 12. fragments no.: 5, unused: 0
>> bucket size: 96 - 96 (first 96)
>> qm_status: hash= 14. fragments no.: 6, unused: 0
>> bucket size: 112 - 112 (first 112)
>> qm_status: hash= 17. fragments no.: 32, unused: 0
>> bucket size: 136 - 136 (first 136)
>> qm_status: hash= 19. fragments no.: 1, unused: 0
>> bucket size: 152 - 152 (first 152)
>> qm_status: hash= 21. fragments no.: 1, unused: 0
>> bucket size: 168 - 168 (first 168)
>> qm_status: hash= 29. fragments no.: 1, unused: 0
>> bucket size: 232 - 232 (first 232)
>> qm_status: hash= 31. fragments no.: 2, unused: 0
>> bucket size: 248 - 248 (first 248)
>> qm_status: hash= 33. fragments no.: 2, unused: 0
>> bucket size: 264 - 264 (first 264)
>> qm_status: hash= 36. fragments no.: 1, unused: 0
>> bucket size: 288 - 288 (first 288)
>> qm_status: hash= 57. fragments no.: 1, unused: 0
>> bucket size: 456 - 456 (first 456)
>> qm_status: hash= 60. fragments no.: 1, unused: 0
>> bucket size: 480 - 480 (first 480)
>> qm_status: hash= 76. fragments no.: 709, unused: 0
>> bucket size: 608 - 608 (first 608)
>> qm_status: hash= 88. fragments no.: 1, unused: 0
>> bucket size: 704 - 704 (first 704)
>> qm_status: hash= 116. fragments no.: 1, unused: 0
>> bucket size: 928 - 928 (first 928)
>> qm_status: hash= 145. fragments no.: 1, unused: 0
>> bucket size: 1160 - 1160 (first 1160)
>> qm_status: hash= 216. fragments no.: 2, unused: 0
>> bucket size: 1728 - 1728 (first 1728)
>> qm_status: hash= 2049. fragments no.: 1, unused: 0
>> bucket size: 16384 - 32768 (first 22032)
>> qm_status: hash= 2057. fragments no.: 1, unused: 0
>> bucket size: 4194304 - 8388608 (first 5982824)
>>
>>
>> Is it a memory leak in one of these modules?
>
> Peter found recently a lot of leaks in other presence modules (take a look to
> the sr-dev list), so possible that they are more in this module.
>
> Viele Grüße/ best regards,
>
> Henning Westerholt
-------------- next part --------------
..............
ALERT: qm_status: 89650. N address=0x2b657ef9a6a8 frag=0x2b657ef9a678 size=576 used=1
ALERT: qm_status: alloc'd from pua: send_subscribe.c: subs_cback_func(596)
ALERT: qm_status: start check=f0f0f0f0, end check= c0c0c0c0, abcdefed
ALERT: qm_status: 89654. N address=0x2b657ef9d168 frag=0x2b657ef9d138 size=1344 used=1
ALERT: qm_status: alloc'd from <core>: sip_msg_clone.c: msg_lump_cloner(973)
ALERT: qm_status: start check=f0f0f0f0, end check= c0c0c0c0, abcdefed
ALERT: qm_status: 89656. N address=0x2b657ef9e150 frag=0x2b657ef9e120 size=584 used=1
ALERT: qm_status: alloc'd from pua: send_subscribe.c: subs_cback_func(596)
ALERT: qm_status: start check=f0f0f0f0, end check= c0c0c0c0, abcdefed
ALERT: qm_status: 89659. N address=0x2b657ef9e9c0 frag=0x2b657ef9e990 size=544 used=1
ALERT: qm_status: alloc'd from <core>: mem/shm_mem.c: _shm_resize(106)
ALERT: qm_status: start check=f0f0f0f0, end check= c0c0c0c0, abcdefed
ALERT: qm_status: 89660. N address=0x2b657ef9ec40 frag=0x2b657ef9ec10 size=584 used=1
ALERT: qm_status: alloc'd from pua: send_subscribe.c: subs_cback_func(596)
ALERT: qm_status: start check=f0f0f0f0, end check= c0c0c0c0, abcdefed
ALERT: qm_status: 89663. N address=0x2b657efa14e0 frag=0x2b657efa14b0 size=584 used=1
ALERT: qm_status: alloc'd from pua: send_subscribe.c: subs_cback_func(596)
ALERT: qm_status: start check=f0f0f0f0, end check= c0c0c0c0, abcdefed
ALERT: qm_status: dumping free list stats :
ALERT: qm_status: hash= 2. fragments no.: 9, unused: 0 bucket size: 16 - 16 (first 16)
ALERT: qm_status: hash= 7. fragments no.: 397, unused: 0 bucket size: 56 - 56 (first 56)
ALERT: qm_status: hash= 8. fragments no.: 2, unused: 0 bucket size: 64 - 64 (first 64)
ALERT: qm_status: hash= 9. fragments no.: 4, unused: 0 bucket size: 72 - 72 (first 72)
ALERT: qm_status: hash= 10. fragments no.: 143, unused: 0 bucket size: 80 - 80 (first 80)
ALERT: qm_status: hash= 11. fragments no.: 579, unused: 0 bucket size: 88 - 88 (first 88)
ALERT: qm_status: hash= 12. fragments no.: 673, unused: 0 bucket size: 96 - 96 (first 96)
ALERT: qm_status: hash= 13. fragments no.: 235, unused: 0 bucket size: 104 - 104 (first 104)
ALERT: qm_status: hash= 14. fragments no.: 234, unused: 0 bucket size: 112 - 112 (first 112)
ALERT: qm_status: hash= 15. fragments no.: 167, unused: 0 bucket size: 120 - 120 (first 120)
ALERT: qm_status: hash= 16. fragments no.: 293, unused: 0 bucket size: 128 - 128 (first 128)
ALERT: qm_status: hash= 17. fragments no.: 666, unused: 0 bucket size: 136 - 136 (first 136)
ALERT: qm_status: hash= 18. fragments no.: 173, unused: 0 bucket size: 144 - 144 (first 144)
ALERT: qm_status: hash= 19. fragments no.: 106, unused: 0 bucket size: 152 - 152 (first 152)
ALERT: qm_status: hash= 20. fragments no.: 6, unused: 0 bucket size: 160 - 160 (first 160)
ALERT: qm_status: hash= 21. fragments no.: 4, unused: 0 bucket size: 168 - 168 (first 168)
ALERT: qm_status: hash= 32. fragments no.: 2, unused: 0 bucket size: 256 - 256 (first 256)
ALERT: qm_status: hash= 33. fragments no.: 1, unused: 0 bucket size: 264 - 264 (first 264)
ALERT: qm_status: hash= 34. fragments no.: 1, unused: 0 bucket size: 272 - 272 (first 272)
ALERT: qm_status: hash= 53. fragments no.: 27, unused: 0 bucket size: 424 - 424 (first 424)
ALERT: qm_status: hash= 54. fragments no.: 50, unused: 0 bucket size: 432 - 432 (first 432)
ALERT: qm_status: hash= 55. fragments no.: 59, unused: 0 bucket size: 440 - 440 (first 440)
ALERT: qm_status: hash= 56. fragments no.: 28, unused: 0 bucket size: 448 - 448 (first 448)
ALERT: qm_status: hash= 57. fragments no.: 21, unused: 0 bucket size: 456 - 456 (first 456)
ALERT: qm_status: hash= 58. fragments no.: 14, unused: 0 bucket size: 464 - 464 (first 464)
ALERT: qm_status: hash= 59. fragments no.: 6, unused: 0 bucket size: 472 - 472 (first 472)
ALERT: qm_status: hash= 65. fragments no.: 142, unused: 0 bucket size: 520 - 520 (first 520)
ALERT: qm_status: hash= 66. fragments no.: 101, unused: 0 bucket size: 528 - 528 (first 528)
ALERT: qm_status: hash= 67. fragments no.: 89, unused: 0 bucket size: 536 - 536 (first 536)
ALERT: qm_status: hash= 68. fragments no.: 79, unused: 0 bucket size: 544 - 544 (first 544)
ALERT: qm_status: hash= 69. fragments no.: 25, unused: 0 bucket size: 552 - 552 (first 552)
ALERT: qm_status: hash= 70. fragments no.: 64, unused: 0 bucket size: 560 - 560 (first 560)
ALERT: qm_status: hash= 71. fragments no.: 90, unused: 0 bucket size: 568 - 568 (first 568)
ALERT: qm_status: hash= 72. fragments no.: 2, unused: 0 bucket size: 576 - 576 (first 576)
ALERT: qm_status: hash= 76. fragments no.: 579, unused: 0 bucket size: 608 - 608 (first 608)
ALERT: qm_status: hash= 77. fragments no.: 251, unused: 0 bucket size: 616 - 616 (first 616)
ALERT: qm_status: hash= 78. fragments no.: 287, unused: 0 bucket size: 624 - 624 (first 624)
ALERT: qm_status: hash= 79. fragments no.: 124, unused: 0 bucket size: 632 - 632 (first 632)
ALERT: qm_status: hash= 80. fragments no.: 44, unused: 0 bucket size: 640 - 640 (first 640)
ALERT: qm_status: hash= 81. fragments no.: 59, unused: 0 bucket size: 648 - 648 (first 648)
ALERT: qm_status: hash= 82. fragments no.: 122, unused: 0 bucket size: 656 - 656 (first 656)
ALERT: qm_status: hash= 83. fragments no.: 292, unused: 0 bucket size: 664 - 664 (first 664)
ALERT: qm_status: hash= 84. fragments no.: 277, unused: 0 bucket size: 672 - 672 (first 672)
ALERT: qm_status: hash= 85. fragments no.: 171, unused: 0 bucket size: 680 - 680 (first 680)
ALERT: qm_status: hash= 86. fragments no.: 167, unused: 0 bucket size: 688 - 688 (first 688)
ALERT: qm_status: hash= 87. fragments no.: 143, unused: 0 bucket size: 696 - 696 (first 696)
ALERT: qm_status: hash= 88. fragments no.: 107, unused: 0 bucket size: 704 - 704 (first 704)
ALERT: qm_status: hash= 89. fragments no.: 86, unused: 0 bucket size: 712 - 712 (first 712)
ALERT: qm_status: hash= 90. fragments no.: 89, unused: 0 bucket size: 720 - 720 (first 720)
ALERT: qm_status: hash= 91. fragments no.: 92, unused: 0 bucket size: 728 - 728 (first 728)
ALERT: qm_status: hash= 92. fragments no.: 108, unused: 0 bucket size: 736 - 736 (first 736)
ALERT: qm_status: hash= 93. fragments no.: 144, unused: 0 bucket size: 744 - 744 (first 744)
ALERT: qm_status: hash= 94. fragments no.: 112, unused: 0 bucket size: 752 - 752 (first 752)
ALERT: qm_status: hash= 95. fragments no.: 71, unused: 0 bucket size: 760 - 760 (first 760)
ALERT: qm_status: hash= 96. fragments no.: 82, unused: 0 bucket size: 768 - 768 (first 768)
ALERT: qm_status: hash= 97. fragments no.: 30, unused: 0 bucket size: 776 - 776 (first 776)
ALERT: qm_status: hash= 98. fragments no.: 18, unused: 0 bucket size: 784 - 784 (first 784)
ALERT: qm_status: hash= 99. fragments no.: 25, unused: 0 bucket size: 792 - 792 (first 792)
ALERT: qm_status: hash= 100. fragments no.: 15, unused: 0 bucket size: 800 - 800 (first 800)
ALERT: qm_status: hash= 101. fragments no.: 17, unused: 0 bucket size: 808 - 808 (first 808)
ALERT: qm_status: hash= 102. fragments no.: 35, unused: 0 bucket size: 816 - 816 (first 816)
ALERT: qm_status: hash= 103. fragments no.: 49, unused: 0 bucket size: 824 - 824 (first 824)
ALERT: qm_status: hash= 104. fragments no.: 48, unused: 0 bucket size: 832 - 832 (first 832)
ALERT: qm_status: hash= 105. fragments no.: 56, unused: 0 bucket size: 840 - 840 (first 840)
ALERT: qm_status: hash= 106. fragments no.: 24, unused: 0 bucket size: 848 - 848 (first 848)
ALERT: qm_status: hash= 107. fragments no.: 15, unused: 0 bucket size: 856 - 856 (first 856)
ALERT: qm_status: hash= 108. fragments no.: 23, unused: 0 bucket size: 864 - 864 (first 864)
ALERT: qm_status: hash= 109. fragments no.: 33, unused: 0 bucket size: 872 - 872 (first 872)
ALERT: qm_status: hash= 110. fragments no.: 63, unused: 0 bucket size: 880 - 880 (first 880)
ALERT: qm_status: hash= 111. fragments no.: 51, unused: 0 bucket size: 888 - 888 (first 888)
ALERT: qm_status: hash= 112. fragments no.: 54, unused: 0 bucket size: 896 - 896 (first 896)
ALERT: qm_status: hash= 113. fragments no.: 38, unused: 0 bucket size: 904 - 904 (first 904)
ALERT: qm_status: hash= 114. fragments no.: 15, unused: 0 bucket size: 912 - 912 (first 912)
ALERT: qm_status: hash= 115. fragments no.: 12, unused: 0 bucket size: 920 - 920 (first 920)
ALERT: qm_status: hash= 116. fragments no.: 4, unused: 0 bucket size: 928 - 928 (first 928)
ALERT: qm_status: hash= 117. fragments no.: 1, unused: 0 bucket size: 936 - 936 (first 936)
ALERT: qm_status: hash= 118. fragments no.: 2, unused: 0 bucket size: 944 - 944 (first 944)
ALERT: qm_status: hash= 119. fragments no.: 3, unused: 0 bucket size: 952 - 952 (first 952)
ALERT: qm_status: hash= 121. fragments no.: 2, unused: 0 bucket size: 968 - 968 (first 968)
ALERT: qm_status: hash= 122. fragments no.: 1, unused: 0 bucket size: 976 - 976 (first 976)
ALERT: qm_status: hash= 124. fragments no.: 2, unused: 0 bucket size: 992 - 992 (first 992)
ALERT: qm_status: hash= 126. fragments no.: 3, unused: 0 bucket size: 1008 - 1008 (first 1008)
ALERT: qm_status: hash= 127. fragments no.: 3, unused: 0 bucket size: 1016 - 1016 (first 1016)
ALERT: qm_status: hash= 128. fragments no.: 2, unused: 0 bucket size: 1024 - 1024 (first 1024)
ALERT: qm_status: hash= 129. fragments no.: 7, unused: 0 bucket size: 1032 - 1032 (first 1032)
ALERT: qm_status: hash= 130. fragments no.: 5, unused: 0 bucket size: 1040 - 1040 (first 1040)
ALERT: qm_status: hash= 131. fragments no.: 1, unused: 0 bucket size: 1048 - 1048 (first 1048)
ALERT: qm_status: hash= 132. fragments no.: 8, unused: 0 bucket size: 1056 - 1056 (first 1056)
ALERT: qm_status: hash= 133. fragments no.: 7, unused: 0 bucket size: 1064 - 1064 (first 1064)
ALERT: qm_status: hash= 134. fragments no.: 6, unused: 0 bucket size: 1072 - 1072 (first 1072)
ALERT: qm_status: hash= 135. fragments no.: 4, unused: 0 bucket size: 1080 - 1080 (first 1080)
ALERT: qm_status: hash= 136. fragments no.: 6, unused: 0 bucket size: 1088 - 1088 (first 1088)
ALERT: qm_status: hash= 137. fragments no.: 1, unused: 0 bucket size: 1096 - 1096 (first 1096)
ALERT: qm_status: hash= 138. fragments no.: 1, unused: 0 bucket size: 1104 - 1104 (first 1104)
ALERT: qm_status: hash= 140. fragments no.: 2, unused: 0 bucket size: 1120 - 1120 (first 1120)
ALERT: qm_status: hash= 141. fragments no.: 2, unused: 0 bucket size: 1128 - 1128 (first 1128)
ALERT: qm_status: hash= 142. fragments no.: 2, unused: 0 bucket size: 1136 - 1136 (first 1136)
ALERT: qm_status: hash= 143. fragments no.: 5, unused: 0 bucket size: 1144 - 1144 (first 1144)
ALERT: qm_status: hash= 144. fragments no.: 1, unused: 0 bucket size: 1152 - 1152 (first 1152)
ALERT: qm_status: hash= 145. fragments no.: 2, unused: 0 bucket size: 1160 - 1160 (first 1160)
ALERT: qm_status: hash= 146. fragments no.: 4, unused: 0 bucket size: 1168 - 1168 (first 1168)
ALERT: qm_status: hash= 147. fragments no.: 2, unused: 0 bucket size: 1176 - 1176 (first 1176)
ALERT: qm_status: hash= 149. fragments no.: 3, unused: 0 bucket size: 1192 - 1192 (first 1192)
ALERT: qm_status: hash= 151. fragments no.: 2, unused: 0 bucket size: 1208 - 1208 (first 1208)
ALERT: qm_status: hash= 152. fragments no.: 4, unused: 0 bucket size: 1216 - 1216 (first 1216)
ALERT: qm_status: hash= 153. fragments no.: 3, unused: 0 bucket size: 1224 - 1224 (first 1224)
ALERT: qm_status: hash= 154. fragments no.: 7, unused: 0 bucket size: 1232 - 1232 (first 1232)
ALERT: qm_status: hash= 155. fragments no.: 3, unused: 0 bucket size: 1240 - 1240 (first 1240)
ALERT: qm_status: hash= 168. fragments no.: 18, unused: 0 bucket size: 1344 - 1344 (first 1344)
ALERT: qm_status: hash= 169. fragments no.: 8, unused: 0 bucket size: 1352 - 1352 (first 1352)
ALERT: qm_status: hash= 186. fragments no.: 1, unused: 0 bucket size: 1488 - 1488 (first 1488)
ALERT: qm_status: hash= 315. fragments no.: 1, unused: 0 bucket size: 2520 - 2520 (first 2520)
ALERT: qm_status: hash= 316. fragments no.: 1, unused: 0 bucket size: 2528 - 2528 (first 2528)
ALERT: qm_status: hash= 317. fragments no.: 1, unused: 0 bucket size: 2536 - 2536 (first 2536)
ALERT: qm_status: hash= 529. fragments no.: 43, unused: 0 bucket size: 4232 - 4232 (first 4232)
ALERT: qm_status: hash= 530. fragments no.: 87, unused: 0 bucket size: 4240 - 4240 (first 4240)
ALERT: qm_status: hash= 531. fragments no.: 38, unused: 0 bucket size: 4248 - 4248 (first 4248)
ALERT: qm_status: hash= 532. fragments no.: 5, unused: 0 bucket size: 4256 - 4256 (first 4256)
ALERT: qm_status: hash= 533. fragments no.: 1, unused: 0 bucket size: 4264 - 4264 (first 4264)
ALERT: qm_status: hash= 534. fragments no.: 1, unused: 0 bucket size: 4272 - 4272 (first 4272)
ALERT: qm_status: hash= 562. fragments no.: 1, unused: 0 bucket size: 4496 - 4496 (first 4496)
ALERT: qm_status: hash= 563. fragments no.: 1, unused: 0 bucket size: 4504 - 4504 (first 4504)
ALERT: qm_status: hash= 564. fragments no.: 2, unused: 0 bucket size: 4512 - 4512 (first 4512)
ALERT: qm_status: hash= 565. fragments no.: 1, unused: 0 bucket size: 4520 - 4520 (first 4520)
ALERT: qm_status: hash= 566. fragments no.: 1, unused: 0 bucket size: 4528 - 4528 (first 4528)
ALERT: qm_status: hash= 577. fragments no.: 2, unused: 0 bucket size: 4616 - 4616 (first 4616)
ALERT: qm_status: hash= 578. fragments no.: 9, unused: 0 bucket size: 4624 - 4624 (first 4624)
ALERT: qm_status: hash= 579. fragments no.: 6, unused: 0 bucket size: 4632 - 4632 (first 4632)
ALERT: qm_status: hash= 583. fragments no.: 1, unused: 0 bucket size: 4664 - 4664 (first 4664)
ALERT: qm_status: hash= 585. fragments no.: 1, unused: 0 bucket size: 4680 - 4680 (first 4680)
ALERT: qm_status: hash= 587. fragments no.: 1, unused: 0 bucket size: 4696 - 4696 (first 4696)
ALERT: qm_status: hash= 593. fragments no.: 47, unused: 0 bucket size: 4744 - 4744 (first 4744)
ALERT: qm_status: hash= 594. fragments no.: 103, unused: 0 bucket size: 4752 - 4752 (first 4752)
ALERT: qm_status: hash= 595. fragments no.: 136, unused: 0 bucket size: 4760 - 4760 (first 4760)
ALERT: qm_status: hash= 596. fragments no.: 3295, unused: 0 bucket size: 4768 - 4768 (first 4768)
ALERT: qm_status: hash= 597. fragments no.: 56, unused: 0 bucket size: 4776 - 4776 (first 4776)
ALERT: qm_status: hash= 598. fragments no.: 10, unused: 0 bucket size: 4784 - 4784 (first 4784)
ALERT: qm_status: hash= 599. fragments no.: 2, unused: 0 bucket size: 4792 - 4792 (first 4792)
ALERT: qm_status: hash= 600. fragments no.: 3, unused: 0 bucket size: 4800 - 4800 (first 4800)
ALERT: qm_status: hash= 601. fragments no.: 5, unused: 0 bucket size: 4808 - 4808 (first 4808)
ALERT: qm_status: hash= 602. fragments no.: 4, unused: 0 bucket size: 4816 - 4816 (first 4816)
ALERT: qm_status: hash= 603. fragments no.: 3, unused: 0 bucket size: 4824 - 4824 (first 4824)
ALERT: qm_status: hash= 604. fragments no.: 1, unused: 0 bucket size: 4832 - 4832 (first 4832)
ALERT: qm_status: hash= 608. fragments no.: 1, unused: 0 bucket size: 4864 - 4864 (first 4864)
ALERT: qm_status: hash= 614. fragments no.: 1, unused: 0 bucket size: 4912 - 4912 (first 4912)
ALERT: qm_status: hash= 617. fragments no.: 1, unused: 0 bucket size: 4936 - 4936 (first 4936)
ALERT: qm_status: hash= 621. fragments no.: 2, unused: 0 bucket size: 4968 - 4968 (first 4968)
ALERT: qm_status: hash= 622. fragments no.: 3, unused: 0 bucket size: 4976 - 4976 (first 4976)
ALERT: qm_status: hash= 624. fragments no.: 2, unused: 0 bucket size: 4992 - 4992 (first 4992)
ALERT: qm_status: hash= 627. fragments no.: 1, unused: 0 bucket size: 5016 - 5016 (first 5016)
ALERT: qm_status: hash= 629. fragments no.: 1, unused: 0 bucket size: 5032 - 5032 (first 5032)
ALERT: qm_status: hash= 630. fragments no.: 1, unused: 0 bucket size: 5040 - 5040 (first 5040)
ALERT: qm_status: hash= 631. fragments no.: 1, unused: 0 bucket size: 5048 - 5048 (first 5048)
ALERT: qm_status: hash= 632. fragments no.: 1, unused: 0 bucket size: 5056 - 5056 (first 5056)
ALERT: qm_status: hash= 637. fragments no.: 1, unused: 0 bucket size: 5096 - 5096 (first 5096)
ALERT: qm_status: hash= 639. fragments no.: 1, unused: 0 bucket size: 5112 - 5112 (first 5112)
ALERT: qm_status: hash= 650. fragments no.: 1, unused: 0 bucket size: 5200 - 5200 (first 5200)
ALERT: qm_status: hash= 651. fragments no.: 3, unused: 0 bucket size: 5208 - 5208 (first 5208)
ALERT: qm_status: hash= 652. fragments no.: 3, unused: 0 bucket size: 5216 - 5216 (first 5216)
ALERT: qm_status: hash= 653. fragments no.: 2, unused: 0 bucket size: 5224 - 5224 (first 5224)
ALERT: qm_status: hash= 654. fragments no.: 4, unused: 0 bucket size: 5232 - 5232 (first 5232)
ALERT: qm_status: hash= 656. fragments no.: 1, unused: 0 bucket size: 5248 - 5248 (first 5248)
ALERT: qm_status: hash= 657. fragments no.: 3, unused: 0 bucket size: 5256 - 5256 (first 5256)
ALERT: qm_status: hash= 659. fragments no.: 1, unused: 0 bucket size: 5272 - 5272 (first 5272)
ALERT: qm_status: hash= 660. fragments no.: 2, unused: 0 bucket size: 5280 - 5280 (first 5280)
ALERT: qm_status: hash= 662. fragments no.: 1, unused: 0 bucket size: 5296 - 5296 (first 5296)
ALERT: qm_status: hash= 663. fragments no.: 2, unused: 0 bucket size: 5304 - 5304 (first 5304)
ALERT: qm_status: hash= 664. fragments no.: 1, unused: 0 bucket size: 5312 - 5312 (first 5312)
ALERT: qm_status: hash= 675. fragments no.: 1, unused: 0 bucket size: 5400 - 5400 (first 5400)
ALERT: qm_status: hash= 676. fragments no.: 3, unused: 0 bucket size: 5408 - 5408 (first 5408)
ALERT: qm_status: hash= 677. fragments no.: 9, unused: 0 bucket size: 5416 - 5416 (first 5416)
ALERT: qm_status: hash= 678. fragments no.: 11, unused: 0 bucket size: 5424 - 5424 (first 5424)
ALERT: qm_status: hash= 679. fragments no.: 1, unused: 0 bucket size: 5432 - 5432 (first 5432)
ALERT: qm_status: hash= 680. fragments no.: 1, unused: 0 bucket size: 5440 - 5440 (first 5440)
ALERT: qm_status: hash= 683. fragments no.: 1, unused: 0 bucket size: 5464 - 5464 (first 5464)
ALERT: qm_status: hash= 685. fragments no.: 1, unused: 0 bucket size: 5480 - 5480 (first 5480)
ALERT: qm_status: hash= 686. fragments no.: 25, unused: 0 bucket size: 5488 - 5488 (first 5488)
ALERT: qm_status: hash= 687. fragments no.: 13, unused: 0 bucket size: 5496 - 5496 (first 5496)
ALERT: qm_status: hash= 692. fragments no.: 1, unused: 0 bucket size: 5536 - 5536 (first 5536)
ALERT: qm_status: hash= 693. fragments no.: 1, unused: 0 bucket size: 5544 - 5544 (first 5544)
ALERT: qm_status: hash= 694. fragments no.: 1, unused: 0 bucket size: 5552 - 5552 (first 5552)
ALERT: qm_status: hash= 695. fragments no.: 1, unused: 0 bucket size: 5560 - 5560 (first 5560)
ALERT: qm_status: hash= 696. fragments no.: 1, unused: 0 bucket size: 5568 - 5568 (first 5568)
ALERT: qm_status: hash= 715. fragments no.: 1, unused: 0 bucket size: 5720 - 5720 (first 5720)
ALERT: qm_status: hash= 716. fragments no.: 4, unused: 0 bucket size: 5728 - 5728 (first 5728)
ALERT: qm_status: hash= 719. fragments no.: 1, unused: 0 bucket size: 5752 - 5752 (first 5752)
ALERT: qm_status: hash= 735. fragments no.: 4, unused: 0 bucket size: 5880 - 5880 (first 5880)
ALERT: qm_status: hash= 736. fragments no.: 2, unused: 0 bucket size: 5888 - 5888 (first 5888)
ALERT: qm_status: hash= 737. fragments no.: 5, unused: 0 bucket size: 5896 - 5896 (first 5896)
ALERT: qm_status: hash= 738. fragments no.: 6, unused: 0 bucket size: 5904 - 5904 (first 5904)
ALERT: qm_status: hash= 739. fragments no.: 1, unused: 0 bucket size: 5912 - 5912 (first 5912)
ALERT: qm_status: hash= 743. fragments no.: 2, unused: 0 bucket size: 5944 - 5944 (first 5944)
ALERT: qm_status: hash= 763. fragments no.: 1, unused: 0 bucket size: 6104 - 6104 (first 6104)
ALERT: qm_status: hash= 797. fragments no.: 3, unused: 0 bucket size: 6376 - 6376 (first 6376)
ALERT: qm_status: hash= 799. fragments no.: 2, unused: 0 bucket size: 6392 - 6392 (first 6392)
ALERT: qm_status: hash= 800. fragments no.: 2, unused: 0 bucket size: 6400 - 6400 (first 6400)
ALERT: qm_status: hash= 802. fragments no.: 2, unused: 0 bucket size: 6416 - 6416 (first 6416)
ALERT: qm_status: hash= 805. fragments no.: 1, unused: 0 bucket size: 6440 - 6440 (first 6440)
ALERT: qm_status: hash= 811. fragments no.: 1, unused: 0 bucket size: 6488 - 6488 (first 6488)
ALERT: qm_status: hash= 2061. fragments no.: 1, unused: 0 bucket size: 67108864 - 134217728 (first 76601496)
ALERT: qm_status: -----------------------------
More information about the sr-users
mailing list