Azu Posted September 2, 2007 Share Posted September 2, 2007 How can I increase the priority of MySQL in Windows? When I try to in the task manager, it errors.. Quote Link to comment Share on other sites More sharing options...
Azu Posted September 3, 2007 Author Share Posted September 3, 2007 Bump.. this should be an easy question.. Quote Link to comment Share on other sites More sharing options...
Illusion Posted September 4, 2007 Share Posted September 4, 2007 U can try these > mysqld_safe --key_buffer_size=<XX>M --table_open_cache=<xx>M --sort_buffer_size=<x>M --read_buffer_size=<x>M & refer documentation for more info about system variables. Quote Link to comment Share on other sites More sharing options...
sspoke Posted September 4, 2007 Share Posted September 4, 2007 You should open a program called MySql Administrator im pretty sure you'll get it easy than. its under Startup Variables -> General Parameters Memory Usage. and check out Advanced Tab also got good stuff. Quote Link to comment Share on other sites More sharing options...
fenway Posted September 4, 2007 Share Posted September 4, 2007 Which OS? Why do you care? Quote Link to comment Share on other sites More sharing options...
Azu Posted September 4, 2007 Author Share Posted September 4, 2007 Why are you all going on about memory usage? My question has nothing to do with memory usage. I want to set mysql-nt.exe to realtime(or high) priority but it won't let me do it in the windows task manager. How do I do it? Quote Link to comment Share on other sites More sharing options...
sspoke Posted September 5, 2007 Share Posted September 5, 2007 I would use RunPrio I think the maker's website of this utility is gone but you can always google it. i used this program back when my java since it's GUI was too slow runprio -x runtime mysql-nt Quote Link to comment Share on other sites More sharing options...
Azu Posted September 6, 2007 Author Share Posted September 6, 2007 Thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.