Out of memory in large datasets

Hi,

Are you referring to cluster submissions? If so, have you tried creating a bespoke lane incorporating a multiplier with the the ram_gb variable in cluster_script.sh?

e.g.

#SBATCH --mem={{ ram_gb*2 }}G

Cheers,
Yang

1 Like