I am running the pbrun fq2bam command from NVIDIA Parabricks on a 25 GB FASTQ file from the 1000 Genomes Project. Despite using the --low-memory and --memory-limit flags, the process is abruptly terminated with the error:
Process terminated with signal [SIGKILL: 9]. SIGKILL cannot be caught. A common reason for SIGKILL is running out of host memory.
However, a larger 48 GB FASTQ file from another dataset (e.g., NCBI) runs successfully using the same configuration.
What are the possible causes for this behavior? How would you debug and resolve the issue?
I know about this but why this is happening with 25 GB1000 genome project dataset not for 48 GB NCBI fastq dataset.