Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Explicitly request for more memory per task or thread, using the directive #SBATCH --mem-per-cpu=10G (10 GB in this example).  This is best used with the --cpus-per-task option for full control, or
  2. Increase the memory available to the application by reducing the number of tasks within a node (but still request all the CPUs, otherwise another job might be allocated on the node). Or,
  3. Reduce the memory requirement of the application - which may mean reducing the problem size, but may also mean checking for the possibility of memory leaks if you are developing your own code.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@a9e
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("exceeded","memory","limit","slurm") and type = "page" and space = "SDD"
labelsmemory limit exceeded



Page Properties
hiddentrue


Related issues



...