How to Make memory free available for CCM,QM and DW database DB2
Hi All,
I have a scenario where my server (file system memory) is full for database server. Now I need to free some memory on the server by deleting unwanted stuff from the server. What are different things that can be deleted from the CCM,QM and DW database to make some free memory available.
I am using DB2 as database.
Thanks
Kim N
|
One answer
To my knowledge, no documentation about the database structure is published, so I doubt anyone can/will answer about things that can be deleted from databases. It is possible that RTC build results can be configured to prune "themselves", but unless your databases were created with V9.7 ( I think ) of DB2, one cannot reclaim storage by altering tablespaces to reduce the highwater mark.
File Appender
Comments
Kim N
commented Aug 24 '17, 1:44 a.m.
Thanks for the reply Kevin.
Could you please let me know how do I find out what is consuming more memory in database and is it okay to delete unused stuff from the database that is consuming memory. I am using DB2 database and its on RHEL OS.
Thanks in Advance.
Kevin Ramer
commented Aug 24 '17, 8:36 a.m.
As I mentioned, what is in any of the CLM databases is "off limits". The schema is not documented and trying to prune data could make a database unuseable. You can use the du utility do find what directories in your filesystem are using the most storage. However, only the locations mentioned earlier should be examined for excess.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.