change nofiles limit

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10249 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-08-09 12:51:44 +00:00
parent f79fde6d3b
commit 6e750ad6da

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;
}