Magic Data Storage -- SysV
From IHRIS Wiki
To clear from the command line the shared memory segments
ipcs -m | grep www-data | awk '{print "ipcrm -m "$2}' | sudo bash
To clear from the command line the shared memory segments
ipcs -m | grep www-data | awk '{print "ipcrm -m "$2}' | sudo bash