Revision 14002
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/config/VirtualBox_VMs/vegbiendev/README.TXT | ||
---|---|---|
3 | 3 |
# start up the vegbiendev VM |
4 | 4 |
ssh -t 128.111.220.240 |
5 | 5 |
rm inputs/GBIF/_MySQL/GBIFPortalDB-2013-02-20.data.sql |
6 |
sed --in-place -r 's/^(shared_buffers = )\S+/\11000MB/' schemas/postgresql.conf |
|
7 |
# decrease to match VM's allocated memory (1 GB) |
|
6 | 8 |
sudo mkdir -p /var/lib/postgresql/9.3/main/ |
7 | 9 |
sudo chown postgres:postgres /var/lib/postgresql/9.3/main/ |
8 | 10 |
sudo -E -u postgres /usr/lib/postgresql/9.3/bin/initdb -D /var/lib/postgresql/9.3/main/ |
Also available in: Unified diff
bugfix: config/VirtualBox_VMs/vegbiendev/README.TXT: schemas/postgresql.conf: need to decrease shared_buffers to match VM's allocated memory (1 GB)