Lotus Domino: Limpando Shared Memory no Linux: Revision history

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.

27 February 2014

3 June 2008

10 October 2007

14 June 2007

  • curprev 13:4613:46, 14 June 2007200.181.110.139 talk 298 bytes +298 New page: Limpando Shared Memory no Linux #!/bin/sh #system cleanup for LINUX for i in `ipcs -m | tail +4 | awk '{print $2}'`; do ipcrm -m $i done for i in `ipcs -s | tail +4 | awk '{prin...