Skip to content Skip to sidebar Skip to footer
Showing posts with the label Memory Leaks

Questions About Compiling Python In Debug Mode

I am using Ubuntu 12.04, Python 2.7.3. I am having a segmentation fault in a C extension I have co-… Read more Questions About Compiling Python In Debug Mode

Tensorflow Memory Leak When Building Graph In A Loop

I noticed this when my grid search for selecting hyper-parameters of a Tensorflow (version 1.12.0) … Read more Tensorflow Memory Leak When Building Graph In A Loop

Is It Possible To Monitor Copy On Write For Forked Linux Processes? (specifically Python)

I have a set of python processes that share a large object (sharing is done by forking the processe… Read more Is It Possible To Monitor Copy On Write For Forked Linux Processes? (specifically Python)

Pypy Memory Usage Grows Forever?

I have a complicated python server app, that runs constantly all the time. Below is a very simplif… Read more Pypy Memory Usage Grows Forever?

Creating A Numpy Array In C From An Allocated Array Is Causing Memory Leaks

I have traced a memory leak in my program to a Python module I wrote in C to efficiently parse an a… Read more Creating A Numpy Array In C From An Allocated Array Is Causing Memory Leaks