﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6734	Ceiling limit to connection.queries	miohtama	nobody	"If you run Django in standalone mode, debugging enabled, all SQL queries get logged. Eventually in long running processes this will exhaust the process memory. This is ""known feature"" and the current solution is to have FAQ about the issue. When something leaks memory, people might not look FAQ as the first resolution: http://blog.redinnovation.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/

This all could be solved by simply making connection.queries working as FIFO queue and store max. 100 queries. No more ""memory leaks"", ever.

"		closed	Database layer (models, ORM)	dev		fixed	memory leak, sql, connection, standalone		Unreviewed	0	0	0	0	0	0
