Skip to content

Commit a680f97

Browse files
AchoArnoldCopilot
andcommitted
fix: increase cockroachdb memory store to minimum 640MiB
CockroachDB requires at least 640 MiB for in-memory storage. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9c7ce71 commit a680f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
cockroachdb:
33
image: cockroachdb/cockroach:latest
4-
command: start-single-node --insecure --store=type=mem,size=256MiB
4+
command: start-single-node --insecure --store=type=mem,size=640MiB
55
ports:
66
- "26257:26257"
77
- "8081:8080"

0 commit comments

Comments
 (0)