Skip to content

Commit c4619c0

Browse files
committed
Review CHANGELOG for memory-based scheduling feature
Signed-off-by: Jacopo De Amicis <jdamicis@amazon.it>
1 parent 2d92b0f commit c4619c0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1212
- Add support for attaching existing FSx for Ontap and FSx for OpenZFS File Systems.
1313
- Install NVIDIA GDRCopy 2.3 to enable low-latency GPU memory copy on supported instance types.
1414
- During cluster update set Slurm nodes state accordingly to strategy set through the configuration parameter `Scheduling/SchedulerSettings/QueueUpdateStrategy`.
15-
- Add new configuration parameter `Scheduling/SlurmSettings/EnableMemoryBasedScheduling` to configure memory-based scheduling in Slurm.
16-
- Add new configuration parameter `Scheduling/SlurmQueues/ComputeResources/SchedulableMemory` to override default value of the memory seen by the scheduler on compute nodes.
15+
- Add support for memory-based scheduling in Slurm.
16+
- Configure `RealMemory` on compute nodes by default as 95% of the EC2 memory.
17+
- Move `SelectTypeParameters` to `slurm_parallelcluster.conf` include file.
18+
- Move `ConstrainRAMSpace` to `slurm_parallelcluster_cgroup.conf` include file.
19+
- Add support for new configuration parameter `Scheduling/SlurmSettings/EnableMemoryBasedScheduling` to configure memory-based scheduling in Slurm.
20+
- Add support for new configuration parameter `Scheduling/SlurmQueues/ComputeResources/SchedulableMemory` to override default value of the memory seen by the scheduler on compute nodes.
1721
- Add support for rebooting compute nodes via Slurm.
1822

1923
**CHANGES**

0 commit comments

Comments
 (0)