Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RBioformats Java Heap issue, and non-Java based dependancies for importing OME.TIFF images #114

Open
NKalavros opened this issue Jun 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@NKalavros
Copy link

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

@Artur-man
Copy link
Collaborator

Artur-man commented Jun 13, 2024

Much appreciated Nikolas :)

Yes, this is a problem that we are trying to work around at the moment.

RBioformats is the only Java-dependant dependancy we have in VoltRon at the moment and it requires these external configurations (I personally embedded this options(..) call in .Rprofile under home for default setting).

Please let me know if you also come up with an internal solution for this later. Another solution could be to use the BioFormats C++ wrapper for importing ome.tiff images, removing RBioFormats package dependancy all-together.

Best,
Artür

@Artur-man Artur-man added the enhancement New feature or request label Jun 13, 2024
@Artur-man Artur-man changed the title RBioformats Java Heap issue RBioformats Java Heap issue, and non-Java based dependancies for importing OME.TIFF images Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants