change nofiles limit

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10248 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav
2011-08-09 12:50:59 +00:00
parent 6d113545a2
commit 65e8976a73
+1 -1
View File
@@ -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;
}