Skip to content

Commit 6c8a2f7

Browse files
author
Keunyoung-Jung
committed
๐Ÿ“ Update build.sh
1 parent b681e81 commit 6c8a2f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

โ€ŽREADME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SNS์— ์ถœํ˜„ํ•˜๋Š” ๋‹จ์–ด, ๋ธŒ๋žœ๋“œ์ด๋ฆ„, ์‹ ์กฐ์–ด ๋“ฑ์„ followํ•˜๊ณ  ํ† 
3737

3838
## ์ „์ฒด ๋นŒ๋“œ ๋ฐ ์„ค์น˜
3939
```shell
40-
source build.sh
40+
sudo ./build.sh
4141
```
4242
* ๋นŒ๋“œ ํŒŒ์ผ์„ ์‹คํ–‰ํ•˜๋ฉด, ๋‹จ์–ด์‚ฌ์ „ ์—…๋ฐ์ดํŠธ ๋ฐ okt ํ† ํฌ๋‚˜์ด์ €๋ฅผ ์ž๋™์œผ๋กœ ๋นŒ๋“œํ•˜๊ณ , ํŒŒ์ผ์„ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.
4343
* ํŒŒ์ผ ์ƒ์„ฑ๋ฐ ๋นŒ๋“œ์ดํ›„์—๋Š” ์ž๋™์œผ๋กœ elasticsearch๋กœ ๋ฐฐํฌ๋˜๋ฉฐ, ์ปจํ…Œ์ด๋„ˆ๋กœ ์˜ฌ๋ผ๊ฐ‘๋‹ˆ๋‹ค.

โ€Žbuild.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sysctl -w vm.max_map_count=262144
12
docker build -t create-okt -f okt-builder.Dockerfile .
23

34
docker run --rm \

0 commit comments

Comments
ย (0)