Memory Usage By Unused Process Variables?

Certified Lead Developer

Hi All,

Do process variables occupy memory in Appian even if they do not hold any data in a process instance?? Anything like memory allocation at run time based on their type of declaration like text, array etc.

 

If yes, how can this be verified? any logs etc.?

 

Thanks.

Hitesh

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    A Score Level 1
    in reply to hiteshd
    The sentence - "The greater the number of process variables and the larger the amount of data stored in process variables, the more memory a process instance will consume." - says about the entire list of process variables that we keep in an instance (irrespective of using or not using them), as per my understanding. So, the unused variables also might occupy space in memory which need to be rectified from performance perspective.
    To your second question, I am not sure whether we can find the same in some log or so.
Children
No Data