Closed gri11 closed 6 months ago
Yeah you are right, it seems you are running out of memory. As stated in the README we recommend to use a system with minimum 64GB of RAM. It might also work with 32GB but you will need to adjust some memory related settings in conf/params.conf
, e.g.:
// Java settings: please adjust to your memory available
JAVA_Xmx = "-Xmx32G"
// samtools memory: please adjust to your memory available
STperThreadMem = "2G"
// sambamba settings: please adjust to your memory available
SB_hash_table_size = "1048576"
SB_overflow_list_size = "1000000"
SB_io_buffer_size = "1024"
SB_sort_mem = "16G"
Is the problem still persisting, or can I close the issue?
Still finding appropriate memory usage setting for my server (16 Core, 64GB).
Ping
No feedback, assuming it is solved
I attempt to use nextNEOpi with testdata. I got an error on this MarkDuplicates process and this loop for long time(3-4 days):
And got this error inside the workDir of MarkDuplicates:
Is that the problem with computer's memory? So, I have to upgrade the computer' memory. Or there other problem that I should fix?
Spec: CPU: 4 cores RAM: 16 GB Storage: 1 TB
Environment: OS: Linux 5.19.0-1025-aws amd64 Java Version: OpenJDK 64-Bit Server VM 17.0.7+7-Debian-1deb11u1