From de28760928124b877d3db70342db804900cdbfd9 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Wed, 25 Oct 2023 10:41:17 -0500 Subject: [PATCH] cl: add changelog for numa (#18847) --- .changelog/18681.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/18681.txt diff --git a/.changelog/18681.txt b/.changelog/18681.txt new file mode 100644 index 000000000..31733ffdd --- /dev/null +++ b/.changelog/18681.txt @@ -0,0 +1,3 @@ +```release-note:feature +**NUMA aware scheduling**: Nomad Enterprise now supports optimized scheduling on NUMA hardware +```