Hi,
Would you please explain the default behavior of peer manager Garbage collection when buffer is full if I don't call Garbage Collection?
I have tested with small number of phones until buffer full and seems GC removes duplicated phone information and keeps only one instance of phone information.
However, I don't understand when I make a buffer full with more than 60 phones which is enough to make a buffer full for 3 FDS_VIRTUAL_PAGES.
I noticed that sometimes the buffer is not cleared, but sometimes the buffer is cleared.
My question is as following.
- If there are small number of phone information is stored then GC keeps stored phone information with removing duplicated information. Is it correct?
- If there are no duplicated phone information stored then GC removes all phone information? or keeps all phone information w/o performing GC?
And Is there any detail document which explains garbage collection?
Regards,
Ben