> #!/bin/bash > #SBATCH -c 2 > #SBATCH -o slurm-gpu-job.out > #SBATCH -p gpu.q > #SBATCH -w mk-gpu-1 > #SBATCH --gres=gpu:1 could it be that sbatch is defaulting to --mem=0, meaning "all the node's memory"? regards, mark hahn.