[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Memory Mapped PLs

  • Thread starter Thread starter frank.meulblok
  • Start date Start date
Status
Not open for further replies.
F

frank.meulblok

Guest
1. Make sure you're running code from the .pl while you're monitoring, to ensure the .pl is actually loaded. 2. Compare the different types of memory (Process Private, Shared Memory, Mapped Files etc.). Going off the top of my head: mapped pls should show as an increase in the mapped files pool, regular .pls will be in process private memory as far as they use memory - those use the r-code pool sized by -mmax, same as loose .r files.

Continue reading...
 
Status
Not open for further replies.
Back
Top