Skip to content

Commit c61fe3a

Browse files
committed
Increase rosetta test postgres memory threshold
The postgres instance in the rosetta tests is exceeding the current default memory limit of 2500MB somewhat regularly; it seems as though it was close to this limit in past tests, and is now finally exceeding it. The limit is now temporarily 3000MB until we either decide that the memory usage is still fine, or we find out why the memory usage is increasing and fix that issue.
1 parent 08c34e6 commit c61fe3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/rosetta-load.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ readonly DEFAULT_PAYMENT_TX_INTERVAL="2"
5959
readonly DEFAULT_ZKAPP_TX_INTERVAL="1"
6060

6161
# Default memory threshold for PostgreSQL processes
62-
readonly DEFAULT_POSTGRES_MEMORY_THRESHOLD="2500" # MB
62+
readonly DEFAULT_POSTGRES_MEMORY_THRESHOLD="3000" # MB
6363

6464
# Default memory threshold for Rosetta API processes
6565
readonly DEFAULT_ROSETTA_MEMORY_THRESHOLD="300" # MB

0 commit comments

Comments
 (0)