solved redis ram

soaringeagle
@soaringeagle
6 years ago
3,304 posts
is there any drawbacks to giving redis extra ram to work with if its using all you allocated (2 gb)
large number are expire keys so is it worth keeping them cached for hit rate improvement or won't it hit them if they are expired
would adding more ram allocation increase hit rate?

note also the other day when trying to fix redis sessions we had out of control cpu use
did some redis tweaking that did not fix the sessions but really improved how it runs drasticly
and
fixed the video uploading and ffmpeg not converting issue i have had or a pretty long time..like a year or more


this is what i see
i know how she runs i could go to 4 gb with ease
but should would it improve the hit rate or just use ram for expired useless kys
redis.jpg
redis.jpg  •  30KB




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 06/19/18 12:54:15AM
brian
@brian
6 years ago
10,148 posts
If Redis hits it's RAM limit then it will prematurely eject keys - so it give it more memory if it is using it all.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
6 years ago
3,304 posts
thats what i assumed just wanted to be sure

1 other question i was told not to use susexec php in litespeed but without it i get those cannot load media url errors only when i select users home direcory only do videos (and music i assume but didnt test) that play right


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags