OSv should support up to 64 cores. Larger AWS arm instances fail with this error: ``` Assertion failed: smp_idx < max_sgi_cpus (arch/aarch64/gic-v3.cc: send_sgi: 691) ``` As `max_sgi_cpus` is set to 16 [here](../blob/master/arch/aarch64/gic-v3.hh#L282)
OSv should support up to 64 cores. Larger AWS arm instances fail with this error:
As
max_sgi_cpusis set to 16 here