Hi Artur,
Great work with this package! I was trying it today (Dev branch) for some of my Xenium data and noticed that I get a Java heap space issue.
I solved it using options(java.parameters = c("-XX:+UseConcMarkSweepGC", "-Xmx8192m")) before importing but is there some way it can be solved within the package?
Best,
Nikolas
Hi Artur,
Great work with this package! I was trying it today (Dev branch) for some of my Xenium data and noticed that I get a Java heap space issue.
I solved it using
options(java.parameters = c("-XX:+UseConcMarkSweepGC", "-Xmx8192m"))before importing but is there some way it can be solved within the package?Best,
Nikolas