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

Why Can't Objgraph Capture The Growth Of Np.array()?

See the code: import objgraph import numpy as np objgraph.show_growth() j = 20 y = [] for i in rang… Read more Why Can't Objgraph Capture The Growth Of Np.array()?

Why Does Not Django Release Fetched Db Objects?

I have very simple django app: models.py: class Product(models.Model): name = models.CharFi… Read more Why Does Not Django Release Fetched Db Objects?

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

Memory Leak In Python Twisted: Where Is It?

I have a Twisted server under load. When the server is under load, memory usage increases, and it i… Read more Memory Leak In Python Twisted: Where Is It?

Memory Profiler For Google Cloud Function?

I'm running a Google cloud function and getting out-of-memory error: Error: memory limit exceed… Read more Memory Profiler For Google Cloud Function?