Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#9468 closed (fixed)

faq entry confusing

Reported by: cmccraw@… Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

in the question: Why is Django leaking memory?

you write:

If you find your Django processes are allocating more and more memory, with no sign of releasing it, check to make sure your DEBUG setting is set to True.

but i think you mean:

If you find your Django processes are allocating more and more memory, with no sign of releasing it, check to make sure your DEBUG setting isn't set to True.

Change History (3)

comment:1 by Malcolm Tredinnick, 16 years ago

Fixed in r9428.

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

comment:3 by Malcolm Tredinnick, 16 years ago

(In [9430]) [django-1.0.X] Fixed #9468 -- Fixed a misleading FAQ answer.

Backport of r9428 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top