Increase the limit of open files from 1K to 16K in dlog_logger 76/191976/2
authorHyotaek Shim <hyotaek.shim@samsung.com>
Fri, 26 Oct 2018 08:07:19 +0000 (17:07 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Fri, 26 Oct 2018 08:07:45 +0000 (17:07 +0900)
Change-Id: Ib334e7762099fef2008adec29da9120115764b19
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
configs/dlog_logger.service.in

index 010b297..b1772d3 100644 (file)
@@ -19,6 +19,7 @@ ExecStart=/usr/bin/dlog_logger -b 99 -t 600
 Capabilities=cap_syslog=i
 SecureBits=keep-caps
 Restart=always
+LimitNOFILE=16384
 
 [Install]
 WantedBy=basic.target