openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #06350
Re: force OpenERP / Python to release memory
Normally the python garbage collector should be run periodically.
Still the gc module should help debugging and fine tuning if
necessary.
On the other hand, I agree with Daniel's point. Workers work on 6.1
(but the setup is a bit different from 7.0).
On Tue, Jul 1, 2014 at 3:15 PM, Daniel Reis <dgreis@xxxxxxx> wrote:
> Not sure if it's well supported in 6.1, bat what about using gunicorn
> workers?
> At least on v7 workers are regularly killed and restarted, giving you that
> fresh restart effect on used memory.
>
> /DR
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openerp-community
> Post to : openerp-community@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openerp-community
> More help : https://help.launchpad.net/ListHelp
References