Postgresql can not run
Created by: SimonWang2014
I install gitlab in docker, but the postgresql can not run
log :
2015-08-26_02:32:31.17436 FATAL: could not create shared memory segment: Invalid argument
2015-08-26_02:34:26.47654 DETAIL: Failed system call was shmget(key=5432001, size=832028672, 03600).
2015-08-26_02:34:26.47655 HINT: This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter. You can either reduce the request size or reconfigure the kernel with larger SHMMAX. To reduce the request size (currently 832028672 bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections.
2015-08-26_02:34:26.47655 If the request size is already small, it's possible that it is less than your kernel's SHMMIN parameter, in which case raising the request size or reconfiguring SHMMIN is called for.
2015-08-26_02:34:26.47656 The PostgreSQL documentation contains more information about shared memory configuration.
docker version: 1.8
baseimage: ubuntu 14.04