Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index befe90a37..f3312072c 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -117,3 +117,16 @@ self_signed_cert = false
# start_minute = 30
# duration = "45m"
# storages = ["default"]
+
+# [cgroups]
+# count = 10
+# mountpoint = "/sys/fs/cgroup"
+# hierarchy_root = "gitaly"
+
+# [cgroups.memory]
+# enabled = true
+# limit = 1048576
+
+# [cgroups.cpu]
+# enabled = true
+# shares = 512