I am facing this issue: http://serverfault.com/questions/104618/out-of-resources-for-mysqldump
Questions
- I know I need to increase open_files_limit, but to how much?
- Can I call a command in mysql that tells me how much this should be?
|
I am facing this issue: http://serverfault.com/questions/104618/out-of-resources-for-mysqldump Questions
|
||||
|
|
|
You may find this surprising, but mysqld actually determines the correct value for you upon startup. The MySQL Documentation says the default value for The MySQL Documentation says the maximum value for Just run the command I mentioned
If the number comes back less that 65535, you can experiment with higher values up to 65535. Keep in mind two more things
|
||||
|
|