cancel
Showing results for 
Search instead for 
Did you mean: 

What is the equavalent of "$SYNC" in JAVA only systems?

Former Member
0 Kudos

We have a need to flush the memory on a JAVA only system.

Please help tell how to do it?

Thanks a lot!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lee,

I am not sure to flush the memory when SAP is up but you can clear the memory when the SAP is down by giving the command:

cleanipc <system number> remove

Give firest system number for ABAP Stack and second time for Java stack

Best Wishes.

Kumar

Former Member
0 Kudos

$TAB is used to reset table buffers.You can reset table buffer monitors in java stack from http://localhost:5<inst no.>00/OpenSQLMonitors -> Table buffer monitors. This is the eqvt of $TAB.

$SYNC to reset all the SAP buffers on the application server. Me not quite sure its equivalent in java stack.

Former Member
0 Kudos

1) We want to reset the buffers w/o the system to be down, so cleanipc is not an option;

2) http://FQDN:50000/OpenSQLMonitors is for displaying only, NO action can be taken.

Please advise more. Thanks!

Former Member
0 Kudos

In OpenSQLMonitors page, goto TableBufferMonitor Link, go to the Buffer Id and there you can reset the buffer.

Answers (0)