diff options
| author | Tomoyuki Sahara <[email protected]> | 2013-11-16 16:04:31 +0900 |
|---|---|---|
| committer | Tomoyuki Sahara <[email protected]> | 2013-11-16 16:04:31 +0900 |
| commit | 87d878292d16bddad811a5cfd897ba27884bec8c (patch) | |
| tree | d5ad043479752a0d9d7004a611b2035f3d2a12ce /test | |
| parent | e44da8a6cc587ba729bbc4ace0ca164f656207d8 (diff) | |
| download | mruby-87d878292d16bddad811a5cfd897ba27884bec8c.tar.gz mruby-87d878292d16bddad811a5cfd897ba27884bec8c.zip | |
Try GC when Too many open files (revert a part of 1e8097a).
Diffstat (limited to 'test')
| -rw-r--r-- | test/gc_filedes.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/gc_filedes.sh b/test/gc_filedes.sh new file mode 100644 index 000000000..6e5d1bbf1 --- /dev/null +++ b/test/gc_filedes.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +ulimit -n 20 +mruby -e '100.times { File.open "'$0'" }' |
