We're running the package in a memory-tight environment and would like to minimize the memory overhead with a hard limit for the process, and was wondering if it's possible.
- Andy On Wed, Sep 16, 2020 at 9:01 AM Alexander Saydakov < sayda...@verizonmedia.com> wrote: > Why would you trigger a compaction? > > On Tue, Sep 15, 2020 at 6:45 PM Andy Dang <nam...@gmail.com> wrote: > >> Scrap this. Coming from the JVM library I embarrassingly misunderstood >> the size parameter in the Python API (in Java you give the actual size, in >> Python you give the log 2 of the size). >> >> On the other hand, is it possible to trigger a compaction explicitly or >> that is not supported? >> >> - Andy >> >> >> On Tue, Sep 15, 2020 at 5:59 PM Andy Dang <nam...@gmail.com> wrote: >> >>> Hi, >>> >>> I was running some benchmark with the CPP package and I noticed some >>> strange memory behavior. I noticed that the memory seems to >>> increase linearly with the item size when using size 32 or 64. The notebook >>> si >>> https://suspicious-bassi-380e27.netlify.app/ >>> >>> <https://urldefense.com/v3/__https://suspicious-bassi-380e27.netlify.app/__;!!Op6eflyXZCqGR5I!VDAOuCKId3cgAn4kHEQKwc_j4j91jbi-p5TRCzENtOMhxpOygtZ0xNTRv2xlCFg7Ga6S$> >>> >>> >>> <https://urldefense.com/v3/__https://suspicious-bassi-380e27.netlify.app/__;!!Op6eflyXZCqGR5I!VDAOuCKId3cgAn4kHEQKwc_j4j91jbi-p5TRCzENtOMhxpOygtZ0xNTRv2xlCFg7Ga6S$> >>> I >>> <https://urldefense.com/v3/__https://suspicious-bassi-380e27.netlify.app/__;!!Op6eflyXZCqGR5I!VDAOuCKId3cgAn4kHEQKwc_j4j91jbi-p5TRCzENtOMhxpOygtZ0xNTRv2xlCFg7Ga6S$>s >>> it the expected behavior? >>> >>> - Andy >>> >>