Project

General

Profile

« Previous | Next » 

Revision 14003

bugfix: config/VirtualBox_VMs/vegbiendev/README.TXT: schemas/postgresql.conf: need to decrease shared_buffers to match VM's allocated memory (1 GB)

View differences:

trunk/config/VirtualBox_VMs/vegbiendev/README.TXT
4 4
ssh -t 128.111.220.240
5 5
rm inputs/GBIF/_MySQL/GBIFPortalDB-2013-02-20.data.sql
6 6
sed --in-place -r 's/^(shared_buffers = )\S+/\11000MB/' schemas/postgresql.conf
7
	# decrease to match VM's allocated memory (1 GB)
7
	# = <1 GB; decrease to match VM's allocated memory (2 GB)
8 8
sudo mkdir -p /var/lib/postgresql/9.3/main/
9 9
sudo chown postgres:postgres /var/lib/postgresql/9.3/main/
10 10
sudo -E -u postgres /usr/lib/postgresql/9.3/bin/initdb -D /var/lib/postgresql/9.3/main/

Also available in: Unified diff