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...
Continue reading...