|
@@ -62,8 +62,8 @@ limit. If it is too low, you can as superuser add an entry in
|
|
|
|
|
|
<div class="code"><pre>
|
|
|
/etc/security/limits.conf
|
|
|
-% #>domain< >dtype< >ditem< >dvalue<d
|
|
|
-% your_username hard nofile 1500
|
|
|
+# <domain> <type> <item> <value>
|
|
|
+your_username hard nofile 1500
|
|
|
</pre></div>
|
|
|
|
|
|
This would raise the hard limit to 1500 file. Be warned that more
|