User contributions for 82.67.65.112
From Linix VServer
Jump to navigationJump to search
7 March 2008
- 22:1222:12, 7 March 2008 diff hist +222 N Talk:Resource Limits New page: Note on getting one's system page size: GNU libc comes with the 'getconf' command, simply invoke: getconf PAGE_SIZE. Example in bash: mb=$((1024*1024 / `getconf PAGE_SIZE`)) echo $((100 * ... current