Skip to content

Commit 44051d7

Browse files
committed
fix: reduce memory limit for OLTP matrix scripts to improve stability
1 parent 66c525c commit 44051d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bindings/python/examples/scripts/run_07_tables_oltp_matrix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DATASET="stackoverflow-large"
2626
TRANSACTIONS=250000
2727
BATCH_SIZE=10000
2828
MEM_LIMIT="8g"
29-
THREADS=4
29+
THREADS=1
3030
RUNS=1
3131
SEED_START=0
3232
JVM_HEAP_FRACTION="0.80"

bindings/python/examples/scripts/run_09_graph_oltp_matrix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ARCADEDB_TRANSACTIONS=250000
2929
LADYBUG_TRANSACTIONS_FRACTION=1
3030
GRAPHQLITE_TRANSACTIONS_FRACTION=0.1
3131
BATCH_SIZE=10000
32-
MEM_LIMIT="16g"
32+
MEM_LIMIT="8g"
3333
THREADS=1
3434
RUNS=1
3535
SEED_START=0

0 commit comments

Comments
 (0)