HEAD: b61147ff0cf12eefd4d06beda3df2c5bc99f3613 ## Description Today we have a following line in `memory.cc`: ``` static constexpr unsigned max_cpus = 256; ``` This effectively prevents `seastar` from supporting platforms with a larger amount of CPUs, e.g. https://www.delltechnologies.com/asset/en-us/products/servers/technical-support/poweredge-r6625-spec-sheet.pdf with two AMD EPYC 4th Generation 9004 processors (which will total in 512 HTs).