Skip to content
  • Ben Gamari's avatar
    0df65587
    rts: Fix --debug-numa mode under Docker · 0df65587
    Ben Gamari authored
    As noted in #17606, Docker disallows the get_mempolicy syscall by
    default. This caused numerous tests to fail under CI in the `debug_numa`
    way. Avoid this by disabling the NUMA probing logic when --debug-numa is
    in use, instead setting n_numa_nodes in RtsFlags.c.
    0df65587
    rts: Fix --debug-numa mode under Docker
    Ben Gamari authored
    As noted in #17606, Docker disallows the get_mempolicy syscall by
    default. This caused numerous tests to fail under CI in the `debug_numa`
    way. Avoid this by disabling the NUMA probing logic when --debug-numa is
    in use, instead setting n_numa_nodes in RtsFlags.c.
Loading