File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ gitaly['cgroups_count'] = 2
174
174
gitaly[' cgroups_mountpoint' ] = ' /sys/fs/cgroup'
175
175
gitaly[' cgroups_hierarchy_root' ] = ' gitaly'
176
176
gitaly[' cgroups_memory_enabled' ] = true
177
- gitaly[' cgroups_memory_limit ' ] = 500000
177
+ gitaly[' cgroups_memory_bytes ' ] = 500000
178
178
gitaly[' cgroups_cpu_enabled' ] = true
179
179
gitaly[' cgroups_cpu_shares' ] = 512
180
180
@@ -256,7 +256,7 @@ and disable the Prometheus Metrics feature:
256
256
gitaly[' cgroups_mountpoint' ] = ' /sys/fs/cgroup'
257
257
gitaly[' cgroups_hierarchy_root' ] = ' gitaly'
258
258
gitaly[' cgroups_memory_enabled' ] = true
259
- gitaly[' cgroups_memory_limit ' ] = 500000
259
+ gitaly[' cgroups_memory_bytes ' ] = 500000
260
260
gitaly[' cgroups_cpu_enabled' ] = true
261
261
gitaly[' cgroups_cpu_shares' ] = 512
262
262
You can’t perform that action at this time.
0 commit comments