cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RDSync consuming lot of RAM on HANA server

Former Member
0 Kudos
1,894

Dear Experts,

We have installed RDSync on HANA server and the RDSync service is consuming a lot of RAM on the same with just 2-3 scripts created for testing. Is there a way to cut down the consumption.

alt text

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

How much memory is being consumed by HANA and RDSync? What is the RAM size of the host?

To see the memory tracked by RDSync server directly, you can add the "-ppv 60" option the extra_options in the <sapmnt>/global/hdb/custom/config/DB_RJY/rdsyncserver.ini file, where <sapmnt> is your HANA install directory, then restart RDSync server. From then on, every 60 seconds you will see periodic values in the rdsync*.trc file. The value to look for is in the "PERIODIC: TRACKED_MEMORY:" entry. This value represents the memory explicitly tracked by RDSync server. This value will NOT include memory used by the HANA ODBC driver nor the memory used by the JRE (Java Runtime Environment). The TRACKED_MEMORY value is usually much lower than the actual RDSync server memory usage reported by the OS. It is usually the JRE that accounts for the bulk of the difference between the TRACKED_MEMORY value and the memory use shown for the RDSync server process as a whole.

  • Russ