Understanding 52-bit virtual address support in the Arm64 kernel
Dec16

Understanding 52-bit virtual address support in the Arm64 kernel

After 64-bit hardware became available, the need to handle larger address spaces (greater than 232 bytes) became obvious. With some vendors now offering servers with 64TiB (or more) of memory, x86_64 and arm64 now allow addressing adress spaces greater than 248 bytes (available with the default 48-bit address support). read more Powered by...

Read More
How to use Kubernetes resource quotas
Dec16

How to use Kubernetes resource quotas

“Control” is the word that comes to mind when someone mentions they need to manage Kubernetes compute resources, especially CPU and memory. These conversations generally happen after the Kubernetes platform has been deployed for a while and developers are using the cluster extensively. And most of the time, the topic comes up after a problem happens. read more Powered by...

Read More