I found the autovacuum cron job is making Postgresql kicking the OOM (Out of memory), so it is always making the postgres killed and odoo getting 500 internal server error. Possibly because my server only have 1 GB memory and the data is getting larger.
Do you know what is the real impact of not activating this autovacuum job?
Thanks a lot