> Discarded all objects, 1 + 3 objects left (5 chunks and 351679 atoms used).

Yep, that's not good.

In gdb, you can have a look at the contents of atoms by examining

  atomHashTable[n]->string
  atomHashTable[n]->next->string
  atomHashTable[n]->next->next->string
  ...

for values of n between 0 and ATOM_HASH_TABLE_SIZE.  The contents of the
atoms will give us an idea of where these atoms come from.

Thanks,

                                        Juliusz

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Polipo-users mailing list
Polipo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to