EnterpriseDB/postgres-deployment

increase vagrant/virtualbox VM memory allocation

Closed this issue · 1 comments

mw2q commented

2GB is too low for at least the database server. There are times Linux will OOM the postgres.

I've hacked the code to increased to memory to 4GB as a workaround for the moment, but this affects all of the VM's created. We may want to consider increasing the flexibility of the vagrant code at the same time to be able to customize parameters per VM.

mw2q commented

I think we took care of this with the other improvements that have been merged.