Adam Retter

Results 574 comments of Adam Retter

> I do not know how much the RPC option is actually used Hmm... My awareness is that it is used by Oxygen XML Editor, The Java Admin Client, and...

> do you got any suggestions, where there is the best place to configure that to be created ContentFilePool within the conf.xml? Hmm... I am not certain at the moment...

This is disabled in eXist-db by default. You would need to change `enable-java-binding="no"` to `enable-java-binding="yes"` in your eXist-db's `conf.xml` file.

> double:MAX_VALUE() `MAX_VALUE` is not a function call in Java it is a constant, so try changing your XQuery from `double:MAX_VALUE()` to `$double:MAX_VALUE`. > Math:PI() Likewise, this is not a...

> Have you tried that on eXide No. Apologies, I tried it elsewhere. > Here this don't work . I can now confirm that eXist-db does *not* support accessing anything...

@reinhapa As per my screenshot at the top I also saw objects in the BTreeCache of about ~1GB retained size, however I believe that to be correct and inline with...

@reinhapa @line-o This is very different to the memory profiles that I showed above. The profiles I posted clearly show the memory usage to be within the RangeIndex and LuceneIndex....

> TriggerStates are held in memory indefinitely These are Thread Local instances and the intention is that they should be cleared when each Trigger completes - see `TriggerStatePerThread#clear()`.

It is very strange that we are seeing different things from the same process. I will attempt to reproduce my findings again when I have a moment. If I can...

@wolfgangmm That's an interesting idea! I didn't understand from @line-o's report that that was what he had done. I will try with and without `-XX:+HeapDumpOnOutOfMemoryError` and see if that makes...