On Wed, Dec 16, 2009 at 05:39:10AM -0500, Psih wrote: > theproxy:/tmp/nginx/nginx-0.8.24# getconf PAGESIZE > 4096 А что показывает такая программа: ------ #include <unistd.h> #include <stdio.h> int main() { printf("%d\n", getpagesize()); } ------ ? -- Igor Sysoev http://sysoev.ru/en/