Fantom-foundation / Aida

Aida is a block-processing testing infrastructure for EVM-compatible chains.
GNU Lesser General Public License v3.0
4 stars 12 forks source link

Increase node cache size for running Ethereum tests #1096

Closed HerbertJordan closed 4 months ago

HerbertJordan commented 4 months ago

Description

This PR increases the node cache size of LiveDBs utilized for running Ethereum tests in aida-vm-sdb. Tests like GeneralStateTests/stShift/shiftCombinations.json seem to require more than the previous 1 MB of cache for working sets.

The PR also fixes the propagation of this parameter to Carmen in the corresponding factory functions.

Fixes #846

Type of change

Please delete options that are not relevant.