Currently, with everything being done in memory, deploying/redeploying a program a few times can quickly use up a lot of RAM. This is exacerbated by the instruction profiling.
We should probably write transaction history to a file to conserve memory usage.
Currently, with everything being done in memory, deploying/redeploying a program a few times can quickly use up a lot of RAM. This is exacerbated by the instruction profiling.
We should probably write transaction history to a file to conserve memory usage.