mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-03 11:25:33 +00:00
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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user