Skip to content

Instantly share code, notes, and snippets.

@dvanders
Created October 11, 2024 16:01
Show Gist options
  • Save dvanders/660749bd8a8f03fd59479a658ffdebc2 to your computer and use it in GitHub Desktop.
Save dvanders/660749bd8a8f03fd59479a658ffdebc2 to your computer and use it in GitHub Desktop.
ceph-osd dropin file for numa interleave to prevent osd oom on dual socket
[Service]
ExecStart=
ExecStart=/usr/bin/numactl --interleave=all /usr/bin/ceph-osd -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment