A few changes to the kernel for the next builds:
- CONFIG_NR_CPUS is currently set to 48 (from the old build server days). This is waaaay too low now with AMD shipping 64CPU parts (one user has mentioned this already). Maybe 256 so it doesn't need changing again anytime soon.
- CONFIG_COMPAT_VDSO is currently enabled. This worked around a bug in glibc 2.3.3 and hurts 32bit performance. Should definitely be disabled. https://github.com/torvalds/linux/blob/v4.17/arch/x86/Kconfig#L2277
- CONFIG_USELIB Can probably turn this off, as libc5 isn't really a thing anymore https://github.com/torvalds/linux/blob/v4.17/init/Kconfig#L286
1 and 2 are pretty important, 3 is meh as no idea if there's any impact from enabling it or not.