Jump to content

Speed up your massive XBMC MySQL Libraries


Recommended Posts

  • 2 months later...

I started playing around with query caching recently and it has markedly improved the speed of my XBMC clients.

 

http://www.howtogeek.com/howto/programming/speed-up-your-web-site-with-mysql-query-caching/

 

did you modify your my.cnf file?  from what I understand, unmenu's mysql install overwrites the my.cnf at boot?

 

Can you share your settings and/or steps to make the changes permanent?

 

Thanks,

mike

 

Link to comment

 

did you modify your my.cnf file?  from what I understand, unmenu's mysql install overwrites the my.cnf at boot?

 

Can you share your settings and/or steps to make the changes permanent?

 

Thanks,

mike

 

Yes. I'm using:

 

query_cache_limit = 2M

query_cache_size = 32M

 

It's way more than necessary. I'm showing 30M free, but RAM is cheap.

 

I'm running MySQL inside a Linux VM. I have used it in UnRAID in the past though. You need to edit the correct my.cnf file inside the actual package. If I remember correctly, the unmenu package uses the mymedium.cnf by default. If you're using the plugin it's a little different, but I can't recall how.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...