Ram memory not freed after executing python script on ubuntu system (rmlibre)

Chris Angelico rosuav at gmail.com
Thu May 28 22:28:27 EDT 2020


On Fri, May 29, 2020 at 12:08 PM <rmlibre at riseup.net> wrote:
>
>
> We just ran into this problem when running our aiootp package's memory
> hard password hashing function (https://github.com/rmlibre/aiootp/).

Have you considered implementing that module in something else? Try
Cythonizing it and see if suddenly your memory usage drops - not
because of garbage collection, but because you're no longer using
integer objects at all.

ChrisA


More information about the Python-list mailing list