09:22:43 GMT Guys, I am having a weird problem with maxclients - https://serverfault.com/questions/838869/how-to-increase-allowed-number-of-clients-in-redis 09:22:55 GMT Can someone please enlighten me what am I doing wrong? 09:25:53 GMT Dejan: that ulimit might be different from the one the service has 09:26:35 GMT ulimit -n clearly shows over 24k number 09:26:42 GMT should I set something else? 09:28:00 GMT the ulimit for file descriptors can be different on a shell and in the system service redis runs as (assuming you are not starting redis-server on the shell) 09:28:25 GMT assuming it's systemd, you can set the limit of file descriptors in the redis unit file 09:29:33 GMT minus, now that is a good idea! 09:29:39 GMT I will do that! 09:29:55 GMT (set the ulimit in the systemd ...) 09:57:23 GMT minus, you rock man 09:57:26 GMT that helped! 09:57:37 GMT thanks a lot 09:57:50 GMT now Redis picks my maxclients setting 09:58:10 GMT :) 11:34:51 GMT Hi all. I wonder if there is activity on this channel ? 11:39:40 GMT Yep 11:40:01 GMT an hour ago minus solved my problem - he is a genius ;) 11:40:17 GMT ( https://serverfault.com/questions/838869/how-to-increase-allowed-number-of-clients-in-redis ) 11:40:59 GMT Ok, good to know 11:41:05 GMT thanks Dejan 11:43:18 GMT yw 12:10:36 GMT fanfan: just ask if you have a question, no need to wait 12:12:41 GMT minus: I dont have any special question yet. ;) Thank you. ;) 12:13:38 GMT tha's cool too :) 15:25:44 GMT I've got a couple of questions regarding Sentinel, is there anyone here that might be able to answer them please? 15:44:14 GMT You won't know if you don't ask 15:56:37 GMT True 15:57:49 GMT Basically I've just experienced an issue with a sentinel running in protected-mode even though the master didn't need to change....I'm trying to figure out whether this could have been handled 'client' side 15:59:13 GMT So we had 1x sentinel in protected-mode and 2x not in protected mode. When one of the sentinels in protected mode went down, the client attempted to contact the sentinel that ended up being in protected-mode, and everything went wrong from there really 16:05:25 GMT sentinel has protected mode? 16:06:59 GMT Yeah, as I just discovered 16:42:06 GMT (Repeat, sorry) Sentinel arch question. I will soon have 2 very nice servers to run redis on, but I know this isn't enough for a quorum. Can I bring up a 3rd lightweight server to be a 3rd member to only act as an arbiter, never to take over itself?