MySQL tuning

May 29, 2008 – 16:53

hmm, ulimit -n gives max # of file descriptors corresponding with the max_open_files limit in my.cnf. You can increase the file descriptors in sysctl.conf:

  • kern.maxfiles=655360
  • kern.maxfilesperproc=32768

Sorry, comments for this entry are closed at this time.