View | Details | Raw Unified | Return to bug 45309
Collapse All | Expand All

(-)/usr/sbin/univention-management-console-server.orig (-1 / +1 lines)
 Lines 193-199    Link Here 
193
		from univention.management.console.protocol.server import Server
193
		from univention.management.console.protocol.server import Server
194
194
195
		try:
195
		try:
196
			resource.setrlimit(resource.RLIMIT_NOFILE, (4096, 64512))
196
			resource.setrlimit(resource.RLIMIT_NOFILE, (64512, 64512))
197
		except (ValueError, resource.error) as exc:
197
		except (ValueError, resource.error) as exc:
198
			CORE.error('Could not raise NOFILE resource limits: %s' % (exc,))
198
			CORE.error('Could not raise NOFILE resource limits: %s' % (exc,))
199
		notifier.init(notifier.GENERIC)
199
		notifier.init(notifier.GENERIC)

Return to bug 45309