How to push out tables from memory in SAP ECC6 EHP7 based HANA 1.0 SP11?
I have ECC6 ehp7 based upon SAP HANA DB 1.0 sp11; the DB system shows currently used memory 130 gb. We are only using Plant Maintenance module so most of the buffered tables we won’t be using.
I already tried few option
- Set parameter reload_tables to false in SQL section
- In the indexserver.ini file by adding the parameter tablepreload_write_interval in the persistence section
I know there is a table where we can set value for each column or row table to load table data into memory to reduce memory usage. I tried table TABLES but there is no entry with TRUE or true.
Any reply is appreciated.
Mani