← Back to team overview

dhis2-devs team mailing list archive

Re: Out of memorry

 

>
> Tweaking memory settings in Postgres  (if that is what you are using?)
> can lead to decreased performance unless you are quite careful and
> methodical. But, if you do have posgres logs it would help to see them
> as well.
>
>
As for Postgres memory optimization I am only increasing the shared_buffers
property in PostgreSQL\8.3\data\postgresql.conf from the inital 32MB to
256MB. This gave me eg. a 25 % time reduction in datavalue import.

References