Seth Nickell

Results 112 comments of Seth Nickell

It'd be great if I could feed existing .ignore files in, e.g. for code-editing cases I suspect the combination of .dockerignore and .gitignore is perfect as a starting point.

I'm seeing a very similar behavior: ``` 2022-02-06 22:32:52.126 msg="Configuration loaded from flags." 2022-02-06 22:32:52.126 msg="Traefik version 2.6.0 built on 2022-01-24T17:08:39Z" 2022-02-06 22:32:52.127 msg="Stats collection is enabled." 2022-02-06 22:32:52.127 msg="Many...

@kieranajp are your pods by any chance failing their HTTP /ping liveness checks? Mine are!

Sorry, clipped the units: The pattern is nearly identical on the other cluster.

We're running z2jh chart version `1.1.3-n354.h751bc313` (I believe the latest ~3 weeks ago), but as you can see, this pattern predates this chart version by quite a bit.

We start seeing serious performance problems at about 1.5GB, which is suspiciously close to the heap limit for node 🤔 So maybe its a memory leak that then cascade fails...

No, but I'm looking into it, my vague suspicion: websockets? We push them pretty hard, e.g. many users are streaming VNC over websocket. Is there a log mode that has...

OK, so a further development, since high RAM usage correlated with performance problems, I added a k8s memory limit to the pod, thinking it would get killed when it passed...

(note this otherwise consistent memory growth pattern goes back to jan, and a number of version upgrades since from the z2jh chart..... this is.... weird)

It seems like PRs aren't getting merged much on this repo, for anyone coming here who's been struggling to install on MacOS, I created `build-python-mapnik-on-osx.sh`: https://gist.github.com/snickell/ee8f3d96f11f457c30ef5416a12d625e Note: This will compile...