vagrant-slurm/example-.settings.yml
Kris Lamoureux 03a0f05b49
Update docs and clarify VirtualBox incompatibility
- Detail reasons for VirtualBox incompatibility in README
- Remove VirtualBox-specific config from Vagrantfile
- Add warnings about CPU overrides and slurm.conf updates
- Simplify apt retry setup in the provision script
2024-08-18 18:13:33 -04:00

22 lines
700 B
YAML

########################
### Example settings ###
########################
# This configuration as-is will take 4 threads/cores and 4 GB of RAM total.
#
# Note: This example reduces the CPUs used in the default configuration. If you
# use these settings, you must update the slurm.conf file to reflect the
# reduced CPU count. Set the CPUs value in slurm.conf to match the number of
# vCPUs you specify here, assuming there are no node-specific overrides.
#
# You may also set per-node overrides in nodes.rb if needed
# Vagrant default global overrides
#VAGRANT_BOX: debian/bookworm64
VAGRANT_CPU: 1
VAGRANT_MEM: 1024
#SSH_FORWARD: true
# Slurm default overrides
#SLURM_NODES: 4
#JOIN_TIMEOUT: 120