MySQL tuning
May 29, 2008 – 16:53hmm, 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
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:
Sorry, comments for this entry are closed at this time.