Dormando,
Thank you for your reply!
I understood your explanation. But I installed 1.4.15 version in a test server (not production) and the behaviour is the same:
# Item_Size Max_age Pages Count Full? Evicted Evict_Time OOM
2 224B 59s 1 2 yes 0 0 0
3 448B 3s 1 1 yes 0 0 0
STAT 2:chunk_size 224
STAT 2:chunks_per_page 4681
STAT 2:total_pages 1
STAT 2:total_chunks 4681
STAT 2:used_chunks 2
STAT 2:free_chunks 4679
STAT 2:free_chunks_end 0
STAT 2:mem_requested 447
STAT 2:get_hits 0
STAT 2:cmd_set 2
STAT 2:delete_hits 0
STAT 2:incr_hits 0
STAT 2:decr_hits 0
STAT 2:cas_hits 0
STAT 2:cas_badval 0
STAT 2:touch_hits 0
STAT 3:chunk_size 448
STAT 3:chunks_per_page 2340
STAT 3:total_pages 1
STAT 3:total_chunks 2340
STAT 3:used_chunks 1
STAT 3:free_chunks 2339
STAT 3:free_chunks_end 0
STAT 3:mem_requested 225
STAT 3:get_hits 0
STAT 3:cmd_set 1
STAT 3:delete_hits 0
STAT 3:incr_hits 0
STAT 3:decr_hits 0
STAT 3:cas_hits 0
STAT 3:cas_badval 0
STAT 3:touch_hits 0
STAT active_slabs 2
The configuration is the same as production server, but the growth factor that is different.
Am I doing anything wrong?
Thanks,
Mauricio