#9468 closed (fixed)
faq entry confusing
Reported by: | 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 , 16 years ago
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Fixed in r9428.