Lotus Domino: Cleanup Shared Memory on 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

  • curprev 14:1914:19, 3 June 2008Ebasso talk contribs 348 bytes +348 New page: This script will cleanup the Shared Memory used by Lotus Domino on Linux #!/bin/sh #system cleanup for LINUX for i in `ipcs -m | tail -n +4 | awk '{print $2}'`; do ipcrm -m $i do...