--- /usr/sbin/univention-management-console-server.orig 2015-11-21 13:16:14.105514000 +0100 +++ /usr/sbin/univention-management-console-server 2015-11-21 13:16:47.949514000 +0100 @@ -193,7 +193,7 @@ from univention.management.console.protocol.server import Server try: - resource.setrlimit(resource.RLIMIT_NOFILE, (4096, 64512)) + resource.setrlimit(resource.RLIMIT_NOFILE, (64512, 64512)) except (ValueError, resource.error) as exc: CORE.error('Could not raise NOFILE resource limits: %s' % (exc,)) notifier.init(notifier.GENERIC)