Question
· Jul 19, 2019

Private Global Blocks in the Process Details

Hi all,

I have a question about the Private Global Blocks when viewing a process's details.  This number is growing while my process runs - is this due to variables, process-private-globals, or both?

 

Thanks

Laura

 

Discussion (3)2
Log in or sign up to continue

Indeed, documentation [1] says that this is "Number of private global data blocks used by this process.". So this is due to process-private globals

You can inspect these global using ^GETPPGINFO utility [2]

[1] https://irisdocs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page...
[2] https://irisdocs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page...