Kostya M

Results 147 comments of Kostya M

so bug in monitor_children, it remove all of it, it just works without leaks.

confirm that leak in monitor_children, i'll try to fix it.

yes, right now it works only as you describe. i tried to do sync command in branch, but not finished...

no, it just not easy in current code.

timed out usually happens when eye moved to swap, may be you have so little memory on server. What the last ok eye version? Also with 1.9.3 eye used less...

Yes it should not. May be you leave too few free memory on the server (how many?). How many memory eye daemon used? is eye in swap? (cat /proc/{PID}/status |...

Also what in eye log when the problem happens.

at least you can try eye v '0.8.celluloid15', which is like 0.8 but used old celluloid (so it should be equally to 0.6.4).

Looks like this is not memory problem. Maybe you have so big Load Average or Disk Usage on the server, so eye client responding slow. try `EYE_CLIENT_TIMEOUT=100 eye i`. if...

if 0.8.celluloid15 works, nice, please help to find problem in 0.8. add to config: ``` ruby Eye.config do logger '/tmp/eye.log' logger_level Logger::DEBUG end ``` and find in log where the...