Procházet zdrojové kódy

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

Yusaku Sako před 10 roky
rodič
revize
aba38ba2d9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      dev-support/test-patch.sh

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

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