Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/What is a rough minimum memory requirement to run the sandbox with persistance?Forum ↗

What is a rough minimum memory requirement to run the sandbox with persistance?

App Development2 posts516 views2 likesLast activity May 2020
GE
georgOP
May 2020

If I run against a Postgres backend, that is. And what are there variables that influence memory usage the most? Like large DAR packages, ACS size, etc.

ST
stefanobaghino-da
May 2020

Lately we’ve been testing heavily using a very complex DAML model (with a DAR artifact in the tens of MBs) trying to push throughput and we manage to run this with a 4GB heap. The ACS is kept on the database, do you don’t have to worry about it. The biggest factor to consider are likely the biggest transaction you may want to process and the size of your DAR (noting that it’s not kept in memory as-is but it’s translated into a format which is optimized for interpretation).

← Back to Discussions