Talk:Resource Limits: Revision history

From Linix VServer
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 March 2008

  • curprev 22:1222:12, 7 March 200882.67.65.112 talk 222 bytes +222 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 * ...