Not sure, given that the dynamic pager pays no attention, nor does the kernel to the swaptab :-/
Someone else pointed out that the libraries/kernel lacks the actual
functions that enable swap in kernel space, as opposed to a user space application like dynamic_pager. As such, swaptab is useless, and so are the related swap commands.
Performance wise, it can only make sense that it would be faster to NOT compress the data stored on disk.. disk is slow compared to RAM, but is cheap and plentiful, so why worry about using some disk up, and compressing things, which just leads to compress/decompression delays as you page in and out.. Chew through some disk, no one cares.
-Andrew
Someone else pointed out that the libraries/kernel lacks the actual
functions that enable swap in kernel space, as opposed to a user space application like dynamic_pager. As such, swaptab is useless, and so are the related swap commands.
Performance wise, it can only make sense that it would be faster to NOT compress the data stored on disk.. disk is slow compared to RAM, but is cheap and plentiful, so why worry about using some disk up, and compressing things, which just leads to compress/decompression delays as you page in and out.. Chew through some disk, no one cares.
-Andrew