projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba14a1e
)
Fix test nsjail configuration
accepted/tizen/unified/20210909.052205
submit/tizen/20210909.002301
submit/tizen/20210909.025949
author
Kunhoon Baik
<knhoon.baik@samsung.com>
Thu, 9 Sep 2021 00:19:10 +0000
(09:19 +0900)
committer
Kunhoon Baik
<knhoon.baik@samsung.com>
Thu, 9 Sep 2021 00:19:10 +0000
(09:19 +0900)
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.
test/runner-sandbox.cfg
patch
|
blob
|
history
diff --git
a/test/runner-sandbox.cfg
b/test/runner-sandbox.cfg
index f4ec2351c1e36230b1ac54e4fe0a7ac249089b87..fefc41dfeeeecbd79caa46baad64b71b2522cdb7 100644
(file)
--- 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!