summaryrefslogtreecommitdiff
path: root/bus/system.conf.in
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-06-21 16:35:34 +0100
committerSimon McVittie <smcv@collabora.com>2017-12-12 16:22:35 +0000
commit913ea94c2211523fa5917e50a42935dbd424e5d8 (patch)
treef30f09e1409be4cf872c1c0d18d9e7654c5918c2 /bus/system.conf.in
parent5be6ca4163ae82d2cd1dadb9476a2df7e4185bc1 (diff)
downloaddbus-913ea94c2211523fa5917e50a42935dbd424e5d8.tar.gz
bus: Add (unused) settings for resource limits for containers
These will be enforced in subsequent commits. Reviewed-by: Philip Withnall <withnall@endlessm.com> [smcv: Fix whitespace] Signed-off-by: Simon McVittie <smcv@collabora.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101354
Diffstat (limited to 'bus/system.conf.in')
-rw-r--r--bus/system.conf.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in
index f139b557..2ca4ae58 100644
--- a/bus/system.conf.in
+++ b/bus/system.conf.in
@@ -124,6 +124,10 @@
<!-- <limit name="max_names_per_connection">512</limit> -->
<!-- <limit name="max_match_rules_per_connection">512</limit> -->
<!-- <limit name="max_replies_per_connection">128</limit> -->
+ <!-- <limit name="max_containers">512</limit> -->
+ <!-- <limit name="max_containers_per_user">16</limit> -->
+ <!-- <limit name="max_container_metadata_bytes">4096</limit> -->
+ <!-- <limit name="max_connections_per_container">8</limit> -->
<!-- Config files are placed here that among other things, punch
holes in the above policy for specific services. -->