Actions
Task #2967
closedIdea #2880: Component/job can specify minimum memory and scratch space for worker nodes, and Crunch enforces these requirements at runtime
Compute nodes report resource information in pings
Description
To do this, put the desired information in appropriately-named files under /var/tmp/ec2-data/user-data
. Exactly how we go about that TBD. Information we want:
- total_ram_mb
- total_scratch_mb
- total_cpu_cores
Actions