[Zope-dev] Flush memory from product

2002-03-20 Thread de ZORZI Frederic

Hello zopers, I'm writing a product with a relational database mapping.
When I launch loading procedures, the product creates ~ 5 instances. 
I regulary do a get_transaction().commit(), but memory still increase 
constantly (more than 300 megs for python processes)

How can I flush memory ?

Tested with :
gnu/linux debian potato, zope 2.3.3
gnu/linux debian woody, zope 2.5.0


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Flush memory from product

2002-03-20 Thread de ZORZI Frederic

de ZORZI Frederic wrote:
 Hello zopers, I'm writing a product with a relational database mapping.
 When I launch loading procedures, the product creates ~ 5 instances. 
 I regulary do a get_transaction().commit(), but memory still increase 
 constantly (more than 300 megs for python processes)
 
 How can I flush memory ?
 
 Tested with :
 gnu/linux debian potato, zope 2.3.3
 gnu/linux debian woody, zope 2.5.0
 

Oops; in fact, after the loading process, even with flush cache from the 
control panel, python process still take 320M of memory (20M after zope 
restart).
Any idea ?



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )