Skip to content
  • Ben Gamari's avatar
    9ce3ba68
    rts: Fix --debug-numa mode under Docker · 9ce3ba68
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    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.
    
    Fixes #17606.
    9ce3ba68
    rts: Fix --debug-numa mode under Docker
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    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.
    
    Fixes #17606.
Loading