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:
parent
f79fde6d3b
commit
6e750ad6da
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user