We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa5017 commit 1d4b34eCopy full SHA for 1d4b34e
.github/workflows/ci.yml
@@ -75,9 +75,8 @@ jobs:
75
76
# Start a CockroachDB server and wait for it to become ready.
77
rm -f "$urlfile"
78
- rm -rf cockroach-data
79
# Start CockroachDB.
80
- cockroach start-single-node --max-sql-memory=25% --cache=25% --insecure --host=localhost --spatial-libs=./cockroach-$full_version.linux-amd64/lib --listening-url-file="$urlfile" >/dev/null 2>&1 &
+ cockroach start-single-node --max-sql-memory=25% --cache=25% --insecure --store=type=mem,size=0.2 --host=localhost --spatial-libs=./cockroach-$full_version.linux-amd64/lib --listening-url-file="$urlfile" >/dev/null 2>&1 &
81
# Ensure CockroachDB is stopped on script exit.
82
# Wait until CockroachDB has started.
83
for i in {0..3}; do
0 commit comments