ispCP - Board - Support
How to change the open-files-limit variable ? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: How to change the open-files-limit variable ? (/thread-11081.html)



How to change the open-files-limit variable ? - Spheerys - 06-30-2010 05:36 PM

Hi,

I have some errors during the mysql backups and after a search, I have found the solution : I have to change the value of the open-files-limit

Unfortunately, I don't now how to change this variable with the ispCP config !

Someone know ?


RE: How to change the open-files-limit variable ? - freinhard - 06-30-2010 08:10 PM

if you're running a virtual host check
Code:
cat /proc/user_beancounters
for numfile


RE: How to change the open-files-limit variable ? - Spheerys - 06-30-2010 08:22 PM

Humm sorry, I'm not sure to understand...

The previous command doesn't work :
Code:
# cat /proc/user_beancounters
cat: /proc/user_beancounters: Aucun fichier ou répertoire de ce type

And I think I'm running a virtual host because I'm using ispCP on my server....


RE: How to change the open-files-limit variable ? - joximu - 06-30-2010 08:42 PM

Do you mean the limit of unix/linux:
then read http://www.netadmintools.com/art295.html

or do you mean the limit in mysql only?
read the mysql-docu (links for partly grman docu):
http://dev.mysql.com/doc/refman/5.1/de/server-system-variables.html

/J


RE: How to change the open-files-limit variable ? - Spheerys - 06-30-2010 08:49 PM

Thanks joximu, it was the second link Smile