--- old/src/hotspot/os/bsd/os_bsd.cpp 2020-05-02 05:24:29.114520470 -0400 +++ new/src/hotspot/os/bsd/os_bsd.cpp 2020-05-02 05:24:28.746508616 -0400 @@ -3140,6 +3140,10 @@ return JNI_ERR; } + // Not supported. + FLAG_SET_ERGO(UseNUMA, false); + FLAG_SET_ERGO(UseNUMAInterleaving, false); + if (MaxFDLimit) { // set the number of file descriptors to max. print out error // if getrlimit/setrlimit fails but continue regardless.