> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What resources should I set for slurmd on login pods?

SUNK login pods do not run `slurmd` (that daemon runs on compute pods). The resources you size on a login pod cover user-facing tools: SSH sessions, Slurm client commands (`sbatch`, `srun`, `squeue`), and interactive work. The SUNK defaults are `4` CPU requests, `8Gi` memory requests, and an `8Gi` memory limit, set through `login.resources` in your SUNK `values.yaml`. Increase the values if the login pod is heavily used by many concurrent users or is being OOM-killed.

For all login resource parameters, see the `login.resources.*` entries in [Slurm parameters](/products/sunk/reference/slurm-parameters).

***

<Badge stroke shape="pill" color="blue" size="md">[Nodes](/support/sunk/tags/nodes)</Badge>
