GTG

Comment 1 for bug 618146

Revision history for this message
Thibault FĂ©vry (thibaultfevry) wrote : Re: Task with big attribute content causes a huge memory use...

Also, another thing, if you succeed to delete that 30600 char task, the memory is not free directly, you must close the app...

 Perhaps manually deleting (Not using Python GC) like del Task.content would be a solution.