Re: Negative off heap memory?

2021-08-04 Thread Lars Winderling
Hi Mark, thank you very much for your quick response. That totally explains it. I will make sure to define an upper bound, then. Best, Lars On 8/4/21 7:27 PM, Mark Payne wrote: Lars, That’s interesting. The code that computes that is simple: final MemoryUsage usage

Re: Negative off heap memory?

2021-08-04 Thread Mark Payne
Lars, That’s interesting. The code that computes that is simple: final MemoryUsage usage = mxBean.getNonHeapMemoryUsage(); return Ratio.of(usage.getUsed(), usage.getMax()); So it’s getting a MemoryUsage object from the JVM and returning usage.getUsed() / usage.getMax(). But the documentation

Negative off heap memory?

2021-08-04 Thread Lars Winderling
Dear community, using the QueryNiFiReportingTask on NiFi:1.13.2 on java:8, debian:10, with G1 enabled as GC, I see something like this:   "jvm_heap_used" : 4.26262096E8,   "jvm_heap_usage" : 0.2646583418051402, *  "jvm_non_heap_usage" : -2.81816384E8,* The non heap usage is negative by

Re: Is a prompt for a user cert normal on startup?

2021-08-04 Thread Mike Thomsen
Yeah, that's why I was scratching my head. I didn't install a user cert in my keychain on macOS and was wondering how a new self-signed cert my browser didn't trust was getting me prompted for a cert. On Tue, Aug 3, 2021 at 3:39 PM David Handermann wrote: > > Hi Mike, > > With the default

Re: Execute Script Processor is not working some random times

2021-08-04 Thread Vibhath Ileperuma
Hi Mark, Thank You for the information. It was really helpful to resolve the issue. I was able to increase the disk size and this issue didn't occur. Just for my knowledge, when does nifi start to clean the content repository? Does it always wait till the repository usage percentage limit or