Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

shared memory

Status
Not open for further replies.

nabob1

Programmer
Jul 18, 2003
44
US
Does anyone know the best way to clean out shared memory that cannot be removed with ipcrm? the only way I know is to reboot the server, any ideas, please?
 
hello,

what do you exactly mean by "cleaning shared memory" ?
what problem do you encounter ?

try :
slibclean

to remove unused modules from memory.

example on a test machine :
# genkld | wc -l
95
# slibclean
# genkld | wc -l
74

21 modules unloaded !

regards,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top