You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been receiving a memory error while running juicer on a large genome (50GB) After looking through the issue posts I realized that the java memory parameter was to blame as I have 5000GB of RAM/memory available.
Unfortunately when I run the following commands:
I still see the same java memory allocations in the error output.
INFO: /etc/singularity/ exists; cleanup by system administrator is not complete (see https://apptainer.org/docs/admin/latest/singularity_migration.html)
INFO: Environment variable SINGULARITYENV_JAVA_OPTIONS is set, but APPTAINERENV_JAVA_OPTIONS is preferred
INFO: Environment variable SINGULARITYENV__JAVA_OPTIONS is set, but APPTAINERENV__JAVA_OPTIONS is preferred
Picked up _JAVA_OPTIONS: -Xmx1024m -Xms1024m
Picked up _JAVA_OPTIONS: -Xmx1024m -Xms1024m
Picked up _JAVA_OPTIONS: -Xmx150000m -Xms150000m
The text was updated successfully, but these errors were encountered:
Afternoon,
I have been receiving a memory error while running juicer on a large genome (50GB) After looking through the issue posts I realized that the java memory parameter was to blame as I have 5000GB of RAM/memory available.
Unfortunately when I run the following commands:
I still see the same java memory allocations in the error output.
The text was updated successfully, but these errors were encountered: