Archive: https://archive.today/fdyy1
From the post:
>Kairui Song of Tencent sent out a new patch series overnight working on enhancing the Linux kernel's swap code. With the patches there are some memory savings -- and more on the way -- while also providing for slightly faster performance.
The patch series removes the static "swap_map" and uses the swap table for the swap count directly. This conserves around 30% memory use for the static swap metadata, which amounts to 256MB of memory when mounting a 1TB swap device... Granted, using a 1TB swap device isn't too common outside of perhaps some very large server setups.
Archive: https://archive.today/fdyy1
From the post:
>>Kairui Song of Tencent sent out a new patch series overnight working on enhancing the Linux kernel's swap code. With the patches there are some memory savings -- and more on the way -- while also providing for slightly faster performance.
The patch series removes the static "swap_map" and uses the swap table for the swap count directly. This conserves around 30% memory use for the static swap metadata, which amounts to 256MB of memory when mounting a 1TB swap device... Granted, using a 1TB swap device isn't too common outside of perhaps some very large server setups.