GITLAB: Fix crash
This commit is contained in:
parent
4c36e58232
commit
2a8b1abc8b
1 changed files with 0 additions and 24 deletions
|
@ -29,30 +29,6 @@ services:
|
||||||
gitlab_rails['env'] = {
|
gitlab_rails['env'] = {
|
||||||
'MALLOC_CONF' => 'dirty_decay_ms:1000,muzzy_decay_ms:1000'
|
'MALLOC_CONF' => 'dirty_decay_ms:1000,muzzy_decay_ms:1000'
|
||||||
}
|
}
|
||||||
gitaly['configuration'] = {
|
|
||||||
concurrency: [
|
|
||||||
{
|
|
||||||
'rpc' => "/gitaly.SmartHTTPService/PostReceivePack",
|
|
||||||
'max_per_repo' => 3,
|
|
||||||
}, {
|
|
||||||
'rpc' => "/gitaly.SSHService/SSHUploadPack",
|
|
||||||
'max_per_repo' => 3,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
cgroups: {
|
|
||||||
repositories: {
|
|
||||||
count: 2,
|
|
||||||
},
|
|
||||||
mountpoint: '/sys/fs/cgroup',
|
|
||||||
hierarchy_root: 'gitaly',
|
|
||||||
memory_bytes: 500000,
|
|
||||||
cpu_shares: 512,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
gitaly['env'] = {
|
|
||||||
'MALLOC_CONF' => 'dirty_decay_ms:1000,muzzy_decay_ms:1000',
|
|
||||||
'GITALY_COMMAND_SPAWN_MAX_PARALLEL' => '2'
|
|
||||||
}
|
|
||||||
volumes:
|
volumes:
|
||||||
- {{ server.work_dir }}/gitlab/data/:/var/opt/gitlab/
|
- {{ server.work_dir }}/gitlab/data/:/var/opt/gitlab/
|
||||||
- {{ server.work_dir }}/gitlab/config/:/etc/gitlab/
|
- {{ server.work_dir }}/gitlab/config/:/etc/gitlab/
|
||||||
|
|
Loading…
Reference in a new issue