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 2dc72e4 commit 39b74ecCopy full SHA for 39b74ec
umbra/benchmark.sh
@@ -22,7 +22,7 @@ mkdir db
22
chmod 777 -R db
23
24
# https://hub.docker.com/r/umbradb/umbra
25
-docker run -d -v ./db:/var/db -v ./data:/data -p 5432:5432 --ulimit nofile=1048576:1048576 --ulimit memlock=8388608:8388608 umbradb/umbra:25.07
+docker run -d -v ./db:/var/db -v ./data:/data -p 5432:5432 --ulimit nofile=1048576:1048576 --ulimit memlock=8388608:8388608 umbradb/umbra:latest
26
sleep 5 # Things below fail otherwise ...
27
28
start=$(date +%s%3N)
0 commit comments