lindenb / jvarkit

Java utilities for Bioinformatics
https://jvarkit.readthedocs.io/
Other
482 stars 133 forks source link

fixed memory leak in Biostar154220 #32

Closed dakl closed 9 years ago

dakl commented 9 years ago

Hi Pierre,

I plugged the memory leak like you suggested in #31 and it does the trick. It now never seems to need more than about 2Gb of memory.

It would be nice to set -Xmx4g in the bash executable that is created as well, but I'm not familiar with how this would best be done, so for now I change that manually after compilation.

Thanks!

lindenb commented 9 years ago

:+1:

lindenb commented 9 years ago

The bash executable is very generic and is automatically created, there is currently no way to changed the arguments in the script. (I never use those scripts, I always use java -jar blablabla.jar )