Norman Hsu

Results 12 comments of Norman Hsu

Same here Even an empty a.php file get the following output: ``` || S (PHP_CodeSniffer) || S [InvalidArgumentException] (PHP_CodeSniffer) || S Command "a.php" is not defined. (PHP_CodeSniffer) || S (PHP_CodeSniffer)...

I really hope that someday someone could somehow fix this. This project is great but it really needs to get some bugs fixed, especially like this one. If you use...

It's a bit late, but I think the defunct processes are caused by timeout.

> Suffering this same issue rn after a heavy `docker build` session. `docker images` shows only 4 small images, `docker container ls -a` shows no stopped containers, and yet, within...

I'll try that to see if it reduces or eliminates the issue. Thanks!

I haven't tried this. But after tuning with my application, the error seems to be gone. The tuning is that we cached the db access which reduce lots of taffic...

@NickCraver After my tuning to DB access to reduce thread for db usage, I still see a few errors. So I follow your suggestions to tune the `HeartbeatInterval` to 250ms....

> @cwhsu1984 I'm not sure why you're touching the backlog, my guess would be bursty spikes to the outbound socket writer. Is your load slamming in concentrated spikes in general?...