Skip to content

Commit

Permalink
zoekt-webserver: bump to 80G memory temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
emidoots committed May 2, 2019
1 parent 1dfdce1 commit 6789cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-zoekt-webserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker run --detach \
--network=sourcegraph \
--restart=always \
--cpus=8 \
--memory=60g \
--memory=80g \
-e GOMAXPROCS=8 \
-v ~/sourcegraph-docker/zoekt-shared-disk:/data/index \
sourcegraph/zoekt-webserver:18-10-30_faca01d@sha256:afadb33c9c254256fc41a6cbd372d2eca93140eebc1fee05367fd81059ea7205
Expand Down

0 comments on commit 6789cb0

Please sign in to comment.