Appian Senior Developer (ACD101) — Question 14
You created a process model.
While testing, the process consumes at least 2000 AMU of process memory for each instance.
What are four ways to reduce the overall memory footprint of your process instances? (Choose four.)
Answer options
- A. Reduce your process’ delete and archival interval under Data Management > Automatic Process Clean-Up.
- B. Split the process into subprocesses so that only a part of the overall process is active.
- C. Start the process with the memory optimizer option toggled “On”.
- D. Reduce the number of process variables.
- E. Do not store large data chunks like text strings in process variables.
- F. Compress text into a .ZIP file before storing them in process variables.
Correct answer: B, D, E, F
Explanation
The correct options B, D, E, and F can effectively reduce memory usage by breaking down the process, minimizing the number of variables, avoiding large data in variables, and compressing data. Option A does not directly address memory consumption in instances, while option C does not guarantee a reduction in memory usage as it only activates an optimization feature.