-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory issue even after bigmem #142
Comments
How much memory did you request? Best, S |
Hi, I think if I choose The setting I have is: #!/bin/bash
#SBATCH --account="xx"
#SBATCH --job-name="r03"
#SBATCH --cluster="wice"
#SBATCH --partition="bigmem"
#SBATCH -N 1
#SBATCH -n 72
#SBATCH -t 72:00:00
#SBATCH -o out/aftmodel.out
snakemake -s Snakefile03 -c 20 --rerun-incomplete Best, |
Hi TingTing You should also request a specific amount of memory using either Best, Seppe |
Sorry, But I checked the history again (scenic2) bash-4.4$ seff 61416509
Job ID: 61416509
Cluster: wice
User/Group: vsc35107/vsc35107
State: FAILED (exit code 1)
Nodes: 1
Cores per node: 72
CPU Utilized: 05:47:56
CPU Efficiency: 1.87% of 12-22:19:12 core-walltime
Job Wall-clock time: 04:18:36
Memory Utilized: 1.27 TB
Memory Efficiency: 66.07% of 1.92 TB It's already 1.92 TB, feel it is not normal for consuming such large memory. Thanks, tingting |
I also checked other files generated before: 2.9G cistopic.pkl corresponds to 59G imputed_acc_obj.pkl, so now I have ~270,000 nulcei, resulting in 26G cistopic object, so in this case, I would expect one nearly 60G imputed_acc_obj.pkl? Is there any way to downsize the memory consumtion? maybe by reducing the number of cores? Thanks, |
Hi Tingting No it's not normal that it's consuming so much memory. Best, Seppe |
Hi, I have 270072 nulcei with about 400,000 regions/bins. Thanks, |
Hi,
I am running the step
Error
The cistopic_obj.pkl is 26G, but I already requested bigmem partition, how come it still runs into memory issue?
Any suggestions?
Thanks,
tingting
The text was updated successfully, but these errors were encountered: