소스 검색

AMBARI-8999. Ambari-trunk-test-patch jobs are failing with "too many open files". (yusaku)

Yusaku Sako 10 년 전
부모
커밋
aba38ba2d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dev-support/test-patch.sh

+ 1 - 1
dev-support/test-patch.sh

@@ -14,7 +14,7 @@
 
 
 #set -x
-ulimit -n 2048
+ulimit -n 20480
 
 ### Setup some variables.  
 ### SVN_REVISION and BUILD_URL are set by Hudson if it is run by patch process