Chris Hoffman

Results 22 comments of Chris Hoffman

I'm pretty sure I don't have the same root cause for slowness, but I do have very slow completions for the simplest of files. I'm using clang_complete with clang 3.0...

The file limit does seem to be the issue. I was experiencing this as well and I have 82 plugins. Setting the higher limit with `ulimit -S -n 200048` lets...

The failure to come up was network policy not allowing dns for discover. https://github.com/jetstack/navigator/issues/192#issuecomment-380094382

I worked around this using the cluster settings api ~~~shell http put localhost:9200/_cluster/settings\?flat_settings=true persistent:='{"discovery.zen.minimum_master_nodes": 2}' ~~~

The above fix doesn't persist restarts and will result in an unavailable cluster.

Found another instance where lack of static JVM heap resulted in bad behavior. Compacting the segments on an index results in OOM where I never encountered this with the lower...

Looks like this is automatic in version 10 of the JVM. I wonder when tools will support that.

@munnerz how does this play with the memory that pilot is using? Doesn't there need to be some buffer of memory to allow for the GC profile of pilot in...

Pilot as is can consume quite a bit of memory. We have adjusted to a customized elasticsearch container that wraps the elasticsearch binary and computes the heap size based on...

Dug into this a bit more since I didn't quite think pilot should be the culprit. The metrics we have for a 9 member cluster show pilot using about 12MiB...