Andrea Selva

Results 256 comments of Andrea Selva

I think the developer's task should be defined. If he provides an `html` file then jbang should just open the browser to point to that page, is responsibility of the...

> So should we introduce something like //DOCS script_docs.html? I think that would be a good starting point to provide this functionality, just drive the user to the html guide...

> question is of course how to handle that you could have multiple of them. About the collision of multiple `//DOCS` tag in the same script. My question is "should...

> So that means we either allow multiple ones and we do something useful with it or we just select one It also means that all files could be opened...

What should happen if the `//DOCS` tag is present and also an url in the alias ?

> I would treat it as first (or last dependent on pov) one wins I like the idea, it's something a user would expect. I would like to summarize the...

> we tend to try to keep tags, option names and alias attributes similarly named Agree > when displaying I'd just send everything to the browser, Great I think this...

Hi @catherinewills I've a couple of questions: - in your explanation you set your new data path to `/opt/logstash-5.5.0/data` this makes me think you also have a Logstash 5.5.0 installed...

> 1. let's set meta-space size explicitly based on size we're seeing in Logstash .. should avoid early Full GCs No, because those FullGCs come from explicit invokcation of `System.gc()`...

Hi @kares tried with `-XX:MaxTenuringThreshold=8` (on the right) but CPU consumption keeps the same while throughput is lower about ~2K evt/sec ![g1_without_and_withTenuringThreshold8](https://user-images.githubusercontent.com/1038545/142391846-1a7c29c3-2aa1-4b2b-bfde-e0c1c86c1d72.png)