@Adnane017 reported that when he tries to run a job containing an R script on ShARC it is killed by the job scheduler due the job exceeding the requested memory limit of 64GB:
$ qacct -u ld1ae -d 10 -j 1424695 | grep -E '^(category|failed|maxvmem|jobnumber)'
jobnumber 1424695
failed 37 : qmaster enforced h_rt, h_cpu, or h_vmem limit
maxvmem 64.004GB
category -U odk,rse -u ld1ae -l h_vmem=64G -I y -P SHEFFIELD
I suggested increasing the memory limit to 192GB and running some profiling but that was still insufficient RAM:
$ qacct -u ld1ae -d 10 -j 1428046 | grep -E '^(category|failed|maxvmem|jobnumber)'
jobnumber 1428046
failed 37 : qmaster enforced h_rt, h_cpu, or h_vmem limit
maxvmem 192.305GB
category -U odk,rse -u ld1ae -q rse-interactive.q -l h_vmem=192G -I y -P rse
@Adnane017 reported that when he tries to run a job containing an R script on ShARC it is killed by the job scheduler due the job exceeding the requested memory limit of 64GB:
I suggested increasing the memory limit to 192GB and running some profiling but that was still insufficient RAM: