On Linux, can you ensure that MySQL leaves one core free?
(We have a small Python server that can become unresponsive when MySQL running on the same box is under load.)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
3 ways I can think of…
This command will “fix” specific core (or list of cores) to a specific process.
Consult the man page how to use it
This will promiss more stability to both services
(This solution is the least recommanded of all three, but in some cases it can be valid)