Re: [ATTN: procps maintainer] RealPageSize

2017-05-04 Thread Marco Atzeri
On 04/05/2017 17:00, Marty Shannon wrote: This fix for php (posted by ricardohenry...@gmail.com) should be applied to the code for "top"; it (and /usr/bin/time -v) think the page size is actually 64k, and reports RESident size as 16 times what it should be. # if HAVE_UNISTD_H # include # i

[ATTN: procps maintainer] RealPageSize

2017-05-04 Thread Marty Shannon
This fix for php (posted by ricardohenry...@gmail.com) should be applied to the code for "top"; it (and /usr/bin/time -v) think the page size is actually 64k, and reports RESident size as 16 times what it should be. # if HAVE_UNISTD_H # include # if defined(_SC_PAGESIZE) +# ifdef __CYGWIN_