I did run each query several times, the results I posted are for ~10th run
of the query.
The zone reclaim mode is 0.
On 2 November 2012 00:39, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> wrote:
> Two possibilities:
>
> caching. make sure to run each query several times in a row.
>
> zone reclaim mode. If this has gotten turned on turn it back off.
>
> How to tell:
>
> sysctl -n vm.zone_reclaim_mode
>
> Output should be 0. If it's not, then add this to /etc/sysctl.conf:
>
> vm.zone_reclaim_mode=0
>
> and run: sudo sysctl -p
>
> and see if that helps.
>