Skip to main content
raulg0001
Inspiring
February 22, 2022
Question

estimate required memory according to volumetry.

  • February 22, 2022
  • 7 replies
  • 1 view

Hello,

Does anyone know if there is a correct way to estimate the memory that I will need in a production environment if, for example, I have a process that runs 1000 times a year, consumes approximately 100 AMUs per instance and is active for approximately 5 days.

I need to make an estimate of the resources that I will need in the production environment according to the volume of active processes that I will have

    7 replies

    stefanhelzle0001
    Brainy
    February 22, 2022

    1 AMU is roughly 1KB.

    harshitb6843
    February 22, 2022

    Yesterday only I was wondering the value conversion of this while explaining the memory concept to someone. 
    Thanks for the information. [emoticon:5ced9b85a4a246058e4772ef2b9956f4]

    stefanhelzle0001
    Brainy
    February 22, 2022
    peter.lewis
    Participating Frequently
    February 22, 2022

    Given your numbers, I wouldn't be overly concerned about using process model to calculate required memory usage. In the docs we have a green / yellow / red calculation that describes if there are concerns with a given process model. The yellow state is if a process model across all instances uses more than 100k AMUs. In your case, that would be your entire planned process usage for the year. Keep in mind that once your process completes, the data is either archived or deleted (which removes that process data from memory), so you would never even approach that 100k threshold.

    raulg0001
    raulg0001Author
    Inspiring
    February 22, 2022

    Thanks for the answer, but the numbers I put are an example so that the calculation was simple. The volume will be much higher, but knowing how to estimate a simple process, I will know how to estimate all the processes that are expected to be developed.