From 6e750ad6da6ddbeec92d7afd1109656dd13314d0 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 9 Aug 2011 12:51:44 +0000 Subject: [PATCH] change nofiles limit git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10249 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/mysqlsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/mysqlsetup b/xCAT-client/bin/mysqlsetup index bd6b2504a..12ed2a373 100755 --- a/xCAT-client/bin/mysqlsetup +++ b/xCAT-client/bin/mysqlsetup @@ -475,7 +475,7 @@ sub setulimits print LIMITSTMP " data= -1\n"; print LIMITSTMP " rss= -1\n"; print LIMITSTMP " stack= -1\n"; - print LIMITSTMP " nofiles= -1\n"; + print LIMITSTMP " nofiles= 102400\n"; print LIMITSTMP "\n"; $rootstanza = 1; }