on 2020 Jan 09 4:47 AM
hi,all
as i read sap abap performance analysis, they say work processes(WPs) first use the extended memory(Xmem) in shared memory(Smem), then if it become out of extended memory, WPs use heap memory.
why does WPs use Xmem first? there should be reason for this...
Request clarification before answering.
Hello Yuki,
Extended memory is shared by all the work process, that makes possible that the different dialog steps of an SAP transaction can be executed by different work process and only get occupied during the time the dialog step takes.
When the work process starts using heap (private) memory the work process keeps occupied with the same transaction, doesn't get release between dialog steps.
This local memory only gets released when the work process is re-started
kind regards,
Mercedes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.