[sr-dev] [kamailio] jsonrpc-c notification does not free shm memory (#296)

zxcpoiu notifications at github.com
Sat Aug 29 13:00:45 CEST 2015


I played some human reaction game with kamailio, try to issue `kamailio stop` when I saw shm go down near 0 to get the shm status.

hope this helps.
I can play more games if you need : )


### FIRST: missed the point, syslog AFTER kamailio just free shm

**below is time sequence where I stop kamailio**
```
root at SIP-B03:/var/log# kamcmd core.shmmem
{
	total: 268435456
	free: 616576
	used: 266686528
	real_used: 267818880
	max_used: 267920976
	fragments: 1321
}
root at SIP-B03:/var/log# kamcmd core.shmmem
{
	total: 268435456
	free: 435008
	used: 266839704
	real_used: 268000448
	max_used: 268001752
	fragments: 554
}

===== kamailio free shm between this two messages. =====

root at SIP-B03:/var/log# kamcmd core.shmmem
{
	total: 268435456
	free: 1076152
	used: 266186912
	real_used: 267359304
	max_used: 268031368
	fragments: 487
}
root at SIP-B03:/var/log# kamcmd core.shmmem
{
	total: 268435456
	free: 3740208
	used: 263494632
	real_used: 264695248
	max_used: 268031368
	fragments: 484
}

===== MANUALLY STOP KAMAILIO HERE =====
===== AFTER kamailio free shm when shm go down near 0 =====
```
`kamailio stop`

**below is `Memory status (shm)`, but no `Memory still-in-use summary (shm)` shows in syslog**

```
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : <core> [main.c:565]: cleanup(): Memory status (shm):
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: fm_status (0x7ff92bb1d000):
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status:  heap size= 268435456
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status:  used= 530664, used+overhead=1748304, free=266687152
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status:  max used (+overhead)= 268031368
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: dumping free list:
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =   1 fragments no.:    30, unused:     0#012#011#011 bucket size:         8 -         8 (first         8)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =   2 fragments no.:    14, unused:     0#012#011#011 bucket size:        16 -        16 (first        16)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =   3 fragments no.:    21, unused:     0#012#011#011 bucket size:        24 -        24 (first        24)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =   4 fragments no.:     7, unused:     0#012#011#011 bucket size:        32 -        32 (first        32)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =   5 fragments no.:     7, unused:     0#012#011#011 bucket size:        40 -        40 (first        40)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =   6 fragments no.:     6, unused:     0#012#011#011 bucket size:        48 -        48 (first        48)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =   8 fragments no.:    24, unused:     0#012#011#011 bucket size:        64 -        64 (first        64)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =  10 fragments no.:     1, unused:     0#012#011#011 bucket size:        80 -        80 (first        80)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =  11 fragments no.:     1, unused:     0#012#011#011 bucket size:        88 -        88 (first        88)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =  12 fragments no.:    33, unused:     0#012#011#011 bucket size:        96 -        96 (first        96)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =  13 fragments no.:    31, unused:     0#012#011#011 bucket size:       104 -       104 (first       104)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =  14 fragments no.:     5, unused:     0#012#011#011 bucket size:       112 -       112 (first       112)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =  29 fragments no.:     2, unused:     0#012#011#011 bucket size:       232 -       232 (first       232)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =  32 fragments no.:     1, unused:     0#012#011#011 bucket size:       256 -       256 (first       256)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =  35 fragments no.:     1, unused:     0#012#011#011 bucket size:       280 -       280 (first       280)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =  40 fragments no.:     1, unused:     0#012#011#011 bucket size:       320 -       320 (first       320)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =  86 fragments no.:     1, unused:     0#012#011#011 bucket size:       688 -       688 (first       688)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =  98 fragments no.:     1, unused:     0#012#011#011 bucket size:       784 -       784 (first       784)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash =  99 fragments no.:     4, unused:     0#012#011#011 bucket size:       792 -       792 (first       792)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 100 fragments no.:     4, unused:     0#012#011#011 bucket size:       800 -       800 (first       800)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 101 fragments no.:    11, unused:     0#012#011#011 bucket size:       808 -       808 (first       808)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 102 fragments no.:     5, unused:     0#012#011#011 bucket size:       816 -       816 (first       816)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 103 fragments no.:     4, unused:     0#012#011#011 bucket size:       824 -       824 (first       824)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 104 fragments no.:     7, unused:     0#012#011#011 bucket size:       832 -       832 (first       832)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 105 fragments no.:     2, unused:     0#012#011#011 bucket size:       840 -       840 (first       840)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 106 fragments no.:     5, unused:     0#012#011#011 bucket size:       848 -       848 (first       848)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 107 fragments no.:     3, unused:     0#012#011#011 bucket size:       856 -       856 (first       856)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 108 fragments no.:     2, unused:     0#012#011#011 bucket size:       864 -       864 (first       864)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 109 fragments no.:     3, unused:     0#012#011#011 bucket size:       872 -       872 (first       872)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 110 fragments no.:     3, unused:     0#012#011#011 bucket size:       880 -       880 (first       880)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 111 fragments no.:     5, unused:     0#012#011#011 bucket size:       888 -       888 (first       888)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 112 fragments no.:     4, unused:     0#012#011#011 bucket size:       896 -       896 (first       896)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 113 fragments no.:     4, unused:     0#012#011#011 bucket size:       904 -       904 (first       904)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 114 fragments no.:     3, unused:     0#012#011#011 bucket size:       912 -       912 (first       912)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 115 fragments no.:     3, unused:     0#012#011#011 bucket size:       920 -       920 (first       920)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 116 fragments no.:     1, unused:     0#012#011#011 bucket size:       928 -       928 (first       928)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 117 fragments no.:     4, unused:     0#012#011#011 bucket size:       936 -       936 (first       936)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 119 fragments no.:     2, unused:     0#012#011#011 bucket size:       952 -       952 (first       952)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 120 fragments no.:     3, unused:     0#012#011#011 bucket size:       960 -       960 (first       960)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 122 fragments no.:     5, unused:     0#012#011#011 bucket size:       976 -       976 (first       976)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 123 fragments no.:     1, unused:     0#012#011#011 bucket size:       984 -       984 (first       984)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 124 fragments no.:     2, unused:     0#012#011#011 bucket size:       992 -       992 (first       992)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 125 fragments no.:     1, unused:     0#012#011#011 bucket size:      1000 -      1000 (first      1000)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 126 fragments no.:     2, unused:     0#012#011#011 bucket size:      1008 -      1008 (first      1008)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 127 fragments no.:     4, unused:     0#012#011#011 bucket size:      1016 -      1016 (first      1016)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 128 fragments no.:     5, unused:     0#012#011#011 bucket size:      1024 -      1024 (first      1024)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 129 fragments no.:     3, unused:     0#012#011#011 bucket size:      1032 -      1032 (first      1032)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 130 fragments no.:     4, unused:     0#012#011#011 bucket size:      1040 -      1040 (first      1040)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 132 fragments no.:     2, unused:     0#012#011#011 bucket size:      1056 -      1056 (first      1056)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 134 fragments no.:     3, unused:     0#012#011#011 bucket size:      1072 -      1072 (first      1072)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 135 fragments no.:     1, unused:     0#012#011#011 bucket size:      1080 -      1080 (first      1080)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 136 fragments no.:     3, unused:     0#012#011#011 bucket size:      1088 -      1088 (first      1088)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 137 fragments no.:     2, unused:     0#012#011#011 bucket size:      1096 -      1096 (first      1096)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 138 fragments no.:     1, unused:     0#012#011#011 bucket size:      1104 -      1104 (first      1104)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 139 fragments no.:     2, unused:     0#012#011#011 bucket size:      1112 -      1112 (first      1112)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 140 fragments no.:     3, unused:     0#012#011#011 bucket size:      1120 -      1120 (first      1120)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 141 fragments no.:     3, unused:     0#012#011#011 bucket size:      1128 -      1128 (first      1128)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 143 fragments no.:     1, unused:     0#012#011#011 bucket size:      1144 -      1144 (first      1144)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 144 fragments no.:     2, unused:     0#012#011#011 bucket size:      1152 -      1152 (first      1152)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 145 fragments no.:     4, unused:     0#012#011#011 bucket size:      1160 -      1160 (first      1160)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 146 fragments no.:     1, unused:     0#012#011#011 bucket size:      1168 -      1168 (first      1168)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 147 fragments no.:     2, unused:     0#012#011#011 bucket size:      1176 -      1176 (first      1176)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 148 fragments no.:     2, unused:     0#012#011#011 bucket size:      1184 -      1184 (first      1184)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 150 fragments no.:     2, unused:     0#012#011#011 bucket size:      1200 -      1200 (first      1200)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 151 fragments no.:     1, unused:     0#012#011#011 bucket size:      1208 -      1208 (first      1208)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 152 fragments no.:     1, unused:     0#012#011#011 bucket size:      1216 -      1216 (first      1216)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 153 fragments no.:     2, unused:     0#012#011#011 bucket size:      1224 -      1224 (first      1224)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 154 fragments no.:     2, unused:     0#012#011#011 bucket size:      1232 -      1232 (first      1232)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 155 fragments no.:     1, unused:     0#012#011#011 bucket size:      1240 -      1240 (first      1240)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 157 fragments no.:     2, unused:     0#012#011#011 bucket size:      1256 -      1256 (first      1256)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 159 fragments no.:     2, unused:     0#012#011#011 bucket size:      1272 -      1272 (first      1272)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 160 fragments no.:     2, unused:     0#012#011#011 bucket size:      1280 -      1280 (first      1280)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 161 fragments no.:     1, unused:     0#012#011#011 bucket size:      1288 -      1288 (first      1288)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 162 fragments no.:     2, unused:     0#012#011#011 bucket size:      1296 -      1296 (first      1296)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 163 fragments no.:     1, unused:     0#012#011#011 bucket size:      1304 -      1304 (first      1304)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 164 fragments no.:     1, unused:     0#012#011#011 bucket size:      1312 -      1312 (first      1312)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 165 fragments no.:     2, unused:     0#012#011#011 bucket size:      1320 -      1320 (first      1320)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 166 fragments no.:     1, unused:     0#012#011#011 bucket size:      1328 -      1328 (first      1328)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 168 fragments no.:     2, unused:     0#012#011#011 bucket size:      1344 -      1344 (first      1344)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 169 fragments no.:     2, unused:     0#012#011#011 bucket size:      1352 -      1352 (first      1352)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 170 fragments no.:     2, unused:     0#012#011#011 bucket size:      1360 -      1360 (first      1360)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 171 fragments no.:     1, unused:     0#012#011#011 bucket size:      1368 -      1368 (first      1368)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 172 fragments no.:     1, unused:     0#012#011#011 bucket size:      1376 -      1376 (first      1376)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 174 fragments no.:     1, unused:     0#012#011#011 bucket size:      1392 -      1392 (first      1392)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 175 fragments no.:     2, unused:     0#012#011#011 bucket size:      1400 -      1400 (first      1400)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 178 fragments no.:     1, unused:     0#012#011#011 bucket size:      1424 -      1424 (first      1424)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 182 fragments no.:     1, unused:     0#012#011#011 bucket size:      1456 -      1456 (first      1456)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 184 fragments no.:     1, unused:     0#012#011#011 bucket size:      1472 -      1472 (first      1472)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 185 fragments no.:     2, unused:     0#012#011#011 bucket size:      1480 -      1480 (first      1480)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 186 fragments no.:     2, unused:     0#012#011#011 bucket size:      1488 -      1488 (first      1488)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 187 fragments no.:     1, unused:     0#012#011#011 bucket size:      1496 -      1496 (first      1496)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 195 fragments no.:     1, unused:     0#012#011#011 bucket size:      1560 -      1560 (first      1560)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 203 fragments no.:     1, unused:     0#012#011#011 bucket size:      1624 -      1624 (first      1624)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 204 fragments no.:     1, unused:     0#012#011#011 bucket size:      1632 -      1632 (first      1632)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 216 fragments no.:     1, unused:     0#012#011#011 bucket size:      1728 -      1728 (first      1728)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 218 fragments no.:     1, unused:     0#012#011#011 bucket size:      1744 -      1744 (first      1744)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 221 fragments no.:     1, unused:     0#012#011#011 bucket size:      1768 -      1768 (first      1768)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 233 fragments no.:     2, unused:     0#012#011#011 bucket size:      1864 -      1864 (first      1864)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 235 fragments no.:     1, unused:     0#012#011#011 bucket size:      1880 -      1880 (first      1880)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 237 fragments no.:     1, unused:     0#012#011#011 bucket size:      1896 -      1896 (first      1896)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 241 fragments no.:     1, unused:     0#012#011#011 bucket size:      1928 -      1928 (first      1928)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 243 fragments no.:     1, unused:     0#012#011#011 bucket size:      1944 -      1944 (first      1944)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 246 fragments no.:     1, unused:     0#012#011#011 bucket size:      1968 -      1968 (first      1968)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 248 fragments no.:     1, unused:     0#012#011#011 bucket size:      1984 -      1984 (first      1984)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 255 fragments no.:     1, unused:     0#012#011#011 bucket size:      2040 -      2040 (first      2040)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 262 fragments no.:     1, unused:     0#012#011#011 bucket size:      2096 -      2096 (first      2096)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 265 fragments no.:     1, unused:     0#012#011#011 bucket size:      2120 -      2120 (first      2120)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 269 fragments no.:     1, unused:     0#012#011#011 bucket size:      2152 -      2152 (first      2152)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 270 fragments no.:     1, unused:     0#012#011#011 bucket size:      2160 -      2160 (first      2160)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 272 fragments no.:     1, unused:     0#012#011#011 bucket size:      2176 -      2176 (first      2176)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 277 fragments no.:     1, unused:     0#012#011#011 bucket size:      2216 -      2216 (first      2216)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 295 fragments no.:     1, unused:     0#012#011#011 bucket size:      2360 -      2360 (first      2360)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 300 fragments no.:     1, unused:     0#012#011#011 bucket size:      2400 -      2400 (first      2400)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 309 fragments no.:     1, unused:     0#012#011#011 bucket size:      2472 -      2472 (first      2472)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 326 fragments no.:     1, unused:     0#012#011#011 bucket size:      2608 -      2608 (first      2608)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 426 fragments no.:     1, unused:     0#012#011#011 bucket size:      3408 -      3408 (first      3408)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 450 fragments no.:     1, unused:     0#012#011#011 bucket size:      3600 -      3600 (first      3600)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 1024 fragments no.:     2, unused:     0#012#011#011 bucket size:      8192 -      8192 (first      8192)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 1313 fragments no.:     1, unused:     0#012#011#011 bucket size:     10504 -     10504 (first     10504)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 1800 fragments no.:     1, unused:     0#012#011#011 bucket size:     14400 -     14400 (first     14400)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 2048 fragments no.:     3, unused:     0#012#011#011 bucket size:     16384 -     16384 (first     16384)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 2049 fragments no.: 15241, unused:     0#012#011#011 bucket size:     16384 -     32768 (first     16400)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 2050 fragments no.:     3, unused:     0#012#011#011 bucket size:     32768 -     65536 (first     32768)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 2052 fragments no.:     2, unused:     0#012#011#011 bucket size:    131072 -    262144 (first    131088)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 2053 fragments no.:     2, unused:     0#012#011#011 bucket size:    262144 -    524288 (first    262144)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 2054 fragments no.:     4, unused:     0#012#011#011 bucket size:    524288 -   1048576 (first    524288)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: hash = 2056 fragments no.:     1, unused:     0#012#011#011 bucket size:   2097152 -   4194304 (first   2097152)
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: TOTAL:  15657 free fragments = 266687152 free bytes
Aug 29 18:23:51 SIP-B03 /home/pkg/kamailio/sbin/kamailio[204853]: : fm_status: -----------------------------
```


### SECOND: catch it, syslog BEFORE kamailio free shm, it's hard to get the sweet spot

**below is time sequence where I stop kamailio**
```
root at SIP-B03:/var/log# kamcmd core.shmmem
{
	total: 268435456
	free: 17630352
	used: 249499264
	real_used: 250805104
	max_used: 250805496
	fragments: 4630
}
root at SIP-B03:/var/log# kamcmd core.shmmem
{
	total: 268435456
	free: 12131352
	used: 254980512
	real_used: 256304104
	max_used: 256304416
	fragments: 3934
}
root at SIP-B03:/var/log# kamcmd core.shmmem
{
	total: 268435456
	free: 7884928
	used: 259213272
	real_used: 260550528
	max_used: 260550600
	fragments: 3291
}

===== MANUALLY STOP KAMAILIO HERE =====
===== BEFORE kamailio free shm =====
```

`kamailio stop`

**below is `Memory status (shm)`, but no `Memory still-in-use summary (shm)` shows in syslog**

```

Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : <core> [main.c:565]: cleanup(): Memory status (shm):
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: fm_status (0x7f41fbcd4000):
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status:  heap size= 268435456
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status:  used= 263736, used+overhead=1510832, free=266924624
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status:  max used (+overhead)= 268102440
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: dumping free list:
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =   1 fragments no.:    30, unused:     0#012#011#011 bucket size:         8 -         8 (first         8)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =   2 fragments no.:    33, unused:     0#012#011#011 bucket size:        16 -        16 (first        16)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =   3 fragments no.:    82, unused:     0#012#011#011 bucket size:        24 -        24 (first        24)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =   4 fragments no.:    40, unused:     0#012#011#011 bucket size:        32 -        32 (first        32)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =   5 fragments no.:   211, unused:     0#012#011#011 bucket size:        40 -        40 (first        40)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =   6 fragments no.:    57, unused:     0#012#011#011 bucket size:        48 -        48 (first        48)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =   7 fragments no.:    42, unused:     0#012#011#011 bucket size:        56 -        56 (first        56)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =   8 fragments no.:   212, unused:     0#012#011#011 bucket size:        64 -        64 (first        64)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =   9 fragments no.:    92, unused:     0#012#011#011 bucket size:        72 -        72 (first        72)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  10 fragments no.:     1, unused:     0#012#011#011 bucket size:        80 -        80 (first        80)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  11 fragments no.:     1, unused:     0#012#011#011 bucket size:        88 -        88 (first        88)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  12 fragments no.:    33, unused:     0#012#011#011 bucket size:        96 -        96 (first        96)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  13 fragments no.:   107, unused:     0#012#011#011 bucket size:       104 -       104 (first       104)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  14 fragments no.:   115, unused:     0#012#011#011 bucket size:       112 -       112 (first       112)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  15 fragments no.:    10, unused:     0#012#011#011 bucket size:       120 -       120 (first       120)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  16 fragments no.:   239, unused:     0#012#011#011 bucket size:       128 -       128 (first       128)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  17 fragments no.:    12, unused:     0#012#011#011 bucket size:       136 -       136 (first       136)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  18 fragments no.:   206, unused:     0#012#011#011 bucket size:       144 -       144 (first       144)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  19 fragments no.:     3, unused:     0#012#011#011 bucket size:       152 -       152 (first       152)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  20 fragments no.:    11, unused:     0#012#011#011 bucket size:       160 -       160 (first       160)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  21 fragments no.:     3, unused:     0#012#011#011 bucket size:       168 -       168 (first       168)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  22 fragments no.:     6, unused:     0#012#011#011 bucket size:       176 -       176 (first       176)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  23 fragments no.:     4, unused:     0#012#011#011 bucket size:       184 -       184 (first       184)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  24 fragments no.:    30, unused:     0#012#011#011 bucket size:       192 -       192 (first       192)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  25 fragments no.:    23, unused:     0#012#011#011 bucket size:       200 -       200 (first       200)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  26 fragments no.:    18, unused:     0#012#011#011 bucket size:       208 -       208 (first       208)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  27 fragments no.:     2, unused:     0#012#011#011 bucket size:       216 -       216 (first       216)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  28 fragments no.:     5, unused:     0#012#011#011 bucket size:       224 -       224 (first       224)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  29 fragments no.:   569, unused:     0#012#011#011 bucket size:       232 -       232 (first       232)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  30 fragments no.:     7, unused:     0#012#011#011 bucket size:       240 -       240 (first       240)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  31 fragments no.:    32, unused:     0#012#011#011 bucket size:       248 -       248 (first       248)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  32 fragments no.:    12, unused:     0#012#011#011 bucket size:       256 -       256 (first       256)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  33 fragments no.:    19, unused:     0#012#011#011 bucket size:       264 -       264 (first       264)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  34 fragments no.:     6, unused:     0#012#011#011 bucket size:       272 -       272 (first       272)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  35 fragments no.:     6, unused:     0#012#011#011 bucket size:       280 -       280 (first       280)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  36 fragments no.:     5, unused:     0#012#011#011 bucket size:       288 -       288 (first       288)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  37 fragments no.:    11, unused:     0#012#011#011 bucket size:       296 -       296 (first       296)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  38 fragments no.:     7, unused:     0#012#011#011 bucket size:       304 -       304 (first       304)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  39 fragments no.:    44, unused:     0#012#011#011 bucket size:       312 -       312 (first       312)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  40 fragments no.:    35, unused:     0#012#011#011 bucket size:       320 -       320 (first       320)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  41 fragments no.:    65, unused:     0#012#011#011 bucket size:       328 -       328 (first       328)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  42 fragments no.:     5, unused:     0#012#011#011 bucket size:       336 -       336 (first       336)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  43 fragments no.:    28, unused:     0#012#011#011 bucket size:       344 -       344 (first       344)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  44 fragments no.:    11, unused:     0#012#011#011 bucket size:       352 -       352 (first       352)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  45 fragments no.:    25, unused:     0#012#011#011 bucket size:       360 -       360 (first       360)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  46 fragments no.:     6, unused:     0#012#011#011 bucket size:       368 -       368 (first       368)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  47 fragments no.:     7, unused:     0#012#011#011 bucket size:       376 -       376 (first       376)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  48 fragments no.:     4, unused:     0#012#011#011 bucket size:       384 -       384 (first       384)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  49 fragments no.:     6, unused:     0#012#011#011 bucket size:       392 -       392 (first       392)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  50 fragments no.:    14, unused:     0#012#011#011 bucket size:       400 -       400 (first       400)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  51 fragments no.:     5, unused:     0#012#011#011 bucket size:       408 -       408 (first       408)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  52 fragments no.:    48, unused:     0#012#011#011 bucket size:       416 -       416 (first       416)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  53 fragments no.:     4, unused:     0#012#011#011 bucket size:       424 -       424 (first       424)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  54 fragments no.:    45, unused:     0#012#011#011 bucket size:       432 -       432 (first       432)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  55 fragments no.:     9, unused:     0#012#011#011 bucket size:       440 -       440 (first       440)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  56 fragments no.:    10, unused:     0#012#011#011 bucket size:       448 -       448 (first       448)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  57 fragments no.:     2, unused:     0#012#011#011 bucket size:       456 -       456 (first       456)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  58 fragments no.:    10, unused:     0#012#011#011 bucket size:       464 -       464 (first       464)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  59 fragments no.:     2, unused:     0#012#011#011 bucket size:       472 -       472 (first       472)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  60 fragments no.:     6, unused:     0#012#011#011 bucket size:       480 -       480 (first       480)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  61 fragments no.:    11, unused:     0#012#011#011 bucket size:       488 -       488 (first       488)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  62 fragments no.:     2, unused:     0#012#011#011 bucket size:       496 -       496 (first       496)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  63 fragments no.:     1, unused:     0#012#011#011 bucket size:       504 -       504 (first       504)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  64 fragments no.:     7, unused:     0#012#011#011 bucket size:       512 -       512 (first       512)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  65 fragments no.:    24, unused:     0#012#011#011 bucket size:       520 -       520 (first       520)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  66 fragments no.:     9, unused:     0#012#011#011 bucket size:       528 -       528 (first       528)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  67 fragments no.:    12, unused:     0#012#011#011 bucket size:       536 -       536 (first       536)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  68 fragments no.:     6, unused:     0#012#011#011 bucket size:       544 -       544 (first       544)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  69 fragments no.:     8, unused:     0#012#011#011 bucket size:       552 -       552 (first       552)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  70 fragments no.:     1, unused:     0#012#011#011 bucket size:       560 -       560 (first       560)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  71 fragments no.:     6, unused:     0#012#011#011 bucket size:       568 -       568 (first       568)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  72 fragments no.:     1, unused:     0#012#011#011 bucket size:       576 -       576 (first       576)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  73 fragments no.:     3, unused:     0#012#011#011 bucket size:       584 -       584 (first       584)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  74 fragments no.:     1, unused:     0#012#011#011 bucket size:       592 -       592 (first       592)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  75 fragments no.:    10, unused:     0#012#011#011 bucket size:       600 -       600 (first       600)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  76 fragments no.:     4, unused:     0#012#011#011 bucket size:       608 -       608 (first       608)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  77 fragments no.:    12, unused:     0#012#011#011 bucket size:       616 -       616 (first       616)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  78 fragments no.:     4, unused:     0#012#011#011 bucket size:       624 -       624 (first       624)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  79 fragments no.:     5, unused:     0#012#011#011 bucket size:       632 -       632 (first       632)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  81 fragments no.:     2, unused:     0#012#011#011 bucket size:       648 -       648 (first       648)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  82 fragments no.:     3, unused:     0#012#011#011 bucket size:       656 -       656 (first       656)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  83 fragments no.:     2, unused:     0#012#011#011 bucket size:       664 -       664 (first       664)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  84 fragments no.:     3, unused:     0#012#011#011 bucket size:       672 -       672 (first       672)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  85 fragments no.:     4, unused:     0#012#011#011 bucket size:       680 -       680 (first       680)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  86 fragments no.:     1, unused:     0#012#011#011 bucket size:       688 -       688 (first       688)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  87 fragments no.:     1, unused:     0#012#011#011 bucket size:       696 -       696 (first       696)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  88 fragments no.:     7, unused:     0#012#011#011 bucket size:       704 -       704 (first       704)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  89 fragments no.:     3, unused:     0#012#011#011 bucket size:       712 -       712 (first       712)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  90 fragments no.:     7, unused:     0#012#011#011 bucket size:       720 -       720 (first       720)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  91 fragments no.:     3, unused:     0#012#011#011 bucket size:       728 -       728 (first       728)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  92 fragments no.:     2, unused:     0#012#011#011 bucket size:       736 -       736 (first       736)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  94 fragments no.:     2, unused:     0#012#011#011 bucket size:       752 -       752 (first       752)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  95 fragments no.:     1, unused:     0#012#011#011 bucket size:       760 -       760 (first       760)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  97 fragments no.:     1, unused:     0#012#011#011 bucket size:       776 -       776 (first       776)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  98 fragments no.:     2, unused:     0#012#011#011 bucket size:       784 -       784 (first       784)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash =  99 fragments no.:     3, unused:     0#012#011#011 bucket size:       792 -       792 (first       792)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 100 fragments no.:     2, unused:     0#012#011#011 bucket size:       800 -       800 (first       800)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 101 fragments no.:     4, unused:     0#012#011#011 bucket size:       808 -       808 (first       808)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 102 fragments no.:     2, unused:     0#012#011#011 bucket size:       816 -       816 (first       816)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 103 fragments no.:     1, unused:     0#012#011#011 bucket size:       824 -       824 (first       824)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 104 fragments no.:     3, unused:     0#012#011#011 bucket size:       832 -       832 (first       832)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 105 fragments no.:     1, unused:     0#012#011#011 bucket size:       840 -       840 (first       840)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 106 fragments no.:     1, unused:     0#012#011#011 bucket size:       848 -       848 (first       848)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 107 fragments no.:     4, unused:     0#012#011#011 bucket size:       856 -       856 (first       856)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 108 fragments no.:     2, unused:     0#012#011#011 bucket size:       864 -       864 (first       864)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 109 fragments no.:     1, unused:     0#012#011#011 bucket size:       872 -       872 (first       872)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 110 fragments no.:     2, unused:     0#012#011#011 bucket size:       880 -       880 (first       880)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 111 fragments no.:     1, unused:     0#012#011#011 bucket size:       888 -       888 (first       888)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 112 fragments no.:     1, unused:     0#012#011#011 bucket size:       896 -       896 (first       896)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 113 fragments no.:     1, unused:     0#012#011#011 bucket size:       904 -       904 (first       904)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 116 fragments no.:     1, unused:     0#012#011#011 bucket size:       928 -       928 (first       928)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 117 fragments no.:     3, unused:     0#012#011#011 bucket size:       936 -       936 (first       936)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 119 fragments no.:     1, unused:     0#012#011#011 bucket size:       952 -       952 (first       952)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 123 fragments no.:     4, unused:     0#012#011#011 bucket size:       984 -       984 (first       984)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 124 fragments no.:     1, unused:     0#012#011#011 bucket size:       992 -       992 (first       992)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 126 fragments no.:     1, unused:     0#012#011#011 bucket size:      1008 -      1008 (first      1008)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 130 fragments no.:     1, unused:     0#012#011#011 bucket size:      1040 -      1040 (first      1040)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 131 fragments no.:     1, unused:     0#012#011#011 bucket size:      1048 -      1048 (first      1048)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 132 fragments no.:     1, unused:     0#012#011#011 bucket size:      1056 -      1056 (first      1056)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 134 fragments no.:     1, unused:     0#012#011#011 bucket size:      1072 -      1072 (first      1072)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 136 fragments no.:     2, unused:     0#012#011#011 bucket size:      1088 -      1088 (first      1088)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 137 fragments no.:     1, unused:     0#012#011#011 bucket size:      1096 -      1096 (first      1096)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 139 fragments no.:     1, unused:     0#012#011#011 bucket size:      1112 -      1112 (first      1112)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 145 fragments no.:     1, unused:     0#012#011#011 bucket size:      1160 -      1160 (first      1160)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 154 fragments no.:     1, unused:     0#012#011#011 bucket size:      1232 -      1232 (first      1232)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 158 fragments no.:     1, unused:     0#012#011#011 bucket size:      1264 -      1264 (first      1264)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 164 fragments no.:     1, unused:     0#012#011#011 bucket size:      1312 -      1312 (first      1312)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 166 fragments no.:     1, unused:     0#012#011#011 bucket size:      1328 -      1328 (first      1328)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 170 fragments no.:     1, unused:     0#012#011#011 bucket size:      1360 -      1360 (first      1360)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 171 fragments no.:     1, unused:     0#012#011#011 bucket size:      1368 -      1368 (first      1368)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 186 fragments no.:     1, unused:     0#012#011#011 bucket size:      1488 -      1488 (first      1488)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 187 fragments no.:     1, unused:     0#012#011#011 bucket size:      1496 -      1496 (first      1496)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 191 fragments no.:     1, unused:     0#012#011#011 bucket size:      1528 -      1528 (first      1528)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 201 fragments no.:     1, unused:     0#012#011#011 bucket size:      1608 -      1608 (first      1608)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 450 fragments no.:     1, unused:     0#012#011#011 bucket size:      3600 -      3600 (first      3600)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 1024 fragments no.:     2, unused:     0#012#011#011 bucket size:      8192 -      8192 (first      8192)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 1313 fragments no.:     1, unused:     0#012#011#011 bucket size:     10504 -     10504 (first     10504)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 1800 fragments no.:     1, unused:     0#012#011#011 bucket size:     14400 -     14400 (first     14400)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 2048 fragments no.:     3, unused:     0#012#011#011 bucket size:     16384 -     16384 (first     16384)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 2049 fragments no.: 15234, unused:     0#012#011#011 bucket size:     16384 -     32768 (first     16400)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 2050 fragments no.:     3, unused:     0#012#011#011 bucket size:     32768 -     65536 (first     32768)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 2052 fragments no.:     2, unused:     0#012#011#011 bucket size:    131072 -    262144 (first    131088)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 2053 fragments no.:     2, unused:     0#012#011#011 bucket size:    262144 -    524288 (first    262144)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 2054 fragments no.:     4, unused:     0#012#011#011 bucket size:    524288 -   1048576 (first    524288)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: hash = 2056 fragments no.:     1, unused:     0#012#011#011 bucket size:   2097152 -   4194304 (first   2097152)
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: TOTAL:  18177 free fragments = 266924624 free bytes
Aug 29 18:45:03 SIP-B03 /home/pkg/kamailio/sbin/kamailio[209062]: : fm_status: -----------------------------
```



---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/296#issuecomment-135972338
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20150829/2de3dce8/attachment-0001.html>


More information about the sr-dev mailing list