From: Kunhoon Baik Date: Thu, 9 Sep 2021 00:19:10 +0000 (+0900) Subject: Fix test nsjail configuration X-Git-Tag: submit/tizen/20210909.025949 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f9adfaafdd8feda9a7a5a51518bfd6bf2fbd50b;p=platform%2Fupstream%2Fnsjail.git Fix test nsjail configuration The number of nsjail's default nofile is 32. In some target platform, it is too low. Thus, this patch set enough large number to nofile. --- diff --git a/test/runner-sandbox.cfg b/test/runner-sandbox.cfg index f4ec235..fefc41d 100644 --- a/test/runner-sandbox.cfg +++ b/test/runner-sandbox.cfg @@ -32,7 +32,7 @@ rlimit_cpu_type: INF #rlimit_fsize: 0 # Maximum number of files -#rlimit_nofile: 0 +rlimit_nofile: 1024 # Maximum number of processes # Warn: Documentation says this is tricky, fiddle at your own risk!