Open dev-zero opened 11 months ago
a similar warning is coming from netty when running data-serving
on arm64:
INFO: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
When running the data analytics benchmark on an aarch64 platform, we see the following in the log output:
Even though difficult to compare, from a first comparison with a nominally slower x86_64 instance (AMD EPYC) we see indeed better results on the x86.