What is heating the memory here? hashlib?

Johannes Bauer dfnsonfsduifb at gmx.de
Mon Feb 15 03:12:48 EST 2016


On 15.02.2016 03:21, Paulo da Silva wrote:

> So far I tried the program twice and it ran perfectly.

I think you measured your RAM consumption wrong.

Linux uses all free RAM as HDD cache. That's what is used in "buffers".
That is, it's not "free", but it would be free if any process would
sbrk(). My guess is that you only looked at the "free" number going down
and concluded your program is eating your RAM. Which it wasn't.

Cheers
Johannes

-- 
>> Wo hattest Du das Beben nochmal GENAU vorhergesagt?
> Zumindest nicht öffentlich!
Ah, der neueste und bis heute genialste Streich unsere großen
Kosmologen: Die Geheim-Vorhersage.
 - Karl Kaos über Rüdiger Thomas in dsa <hidbv3$om2$1 at speranza.aioe.org>



More information about the Python-list mailing list