Discussion:
[leveldb] Maximum allocated size on heap while using Seek operation
f***@lds.ifce.edu.br
2018-07-05 17:20:23 UTC
Permalink
Hi, I'm currently trying to profile my heap usage while doing some
operations, including an iteration on LevelDB using Seek. I used Valgrind's
tool Massif to do the job, but I've noticed that after a certain amount of
information that needs to be retrieved from LevelDB increases, the heap
memory usage reaches a plateau around 5.9 MB. I think somewhere is defined
the maximum size retrieved from DB on each seek operation on the loop.

Can someone help me find where this is defined ?
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...