From 64ad8449679c53fefd20baea88fa593f226d59b0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 20 May 2009 01:33:17 +0200 Subject: bus: make use of new unix fd limits Create configuration settings and enforce message unix fd limits the same way we do for allocated message memory. --- bus/session.conf.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bus/session.conf.in') diff --git a/bus/session.conf.in b/bus/session.conf.in index 794eb8da..aed320eb 100644 --- a/bus/session.conf.in +++ b/bus/session.conf.in @@ -45,8 +45,11 @@ 1000000000 + 250000000 1000000000 + 250000000 1000000000 + 4096 120000 240000 100000 -- cgit