Skip to content

Commit 2557449

Browse files
authored
Merge pull request #17889 from MinaProtocol/cjjdespres/increase-default-postgres-memory-limit
Increase rosetta test postgres memory threshold
2 parents 08c34e6 + c61fe3a commit 2557449

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)