Hi there!
I am using DamageProfiler 1.1 via the conda package, which means that the call to run the command line version simply is
instead of the call
java -jar DamageProfiler-VERSION.jar [options]
that is given in the documentation.
Now, for some large datasets, I am getting
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
and my guess after a bit of searching is that I need to provide Java with
for this to work (NB: WTF Java?! Just use the available memory!).
My questions here are: Is that indeed the solution to the issue? And if so, how do I provide this with the conda version? Trying to locate the jar file within the conda env directory does not seem like a robust idea - what is the canonical way of solving this?
Thanks in advance and so long
Lucas
Hi there!
I am using DamageProfiler 1.1 via the conda package, which means that the call to run the command line version simply is
instead of the call
that is given in the documentation.
Now, for some large datasets, I am getting
and my guess after a bit of searching is that I need to provide Java with
for this to work (NB: WTF Java?! Just use the available memory!).
My questions here are: Is that indeed the solution to the issue? And if so, how do I provide this with the conda version? Trying to locate the jar file within the conda env directory does not seem like a robust idea - what is the canonical way of solving this?
Thanks in advance and so long
Lucas