Skip to content

Commit 8b43452

Browse files
authoredJun 23, 2021
Update README.md
1 parent 5f97030 commit 8b43452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ERL_Q="+Q 102400" ## PORT总数限制 +Q 1024
3434
ERL_P="+P 102400" ## 最大并发进程数
3535
ERL_S="" #+stbt db +sbwt none +sub true" ## 保证每个调度器业务平均
3636
ERL_FORK="" #%-env ERL_NO_VFORK 1" ##改用fork open_port
37-
ERL_PA="-pa _build/default/lib/*/ebin"
37+
ERL_PA="-pa _build/default/lib/*/ebin" ##rebar3 创建的目录结构
3838

3939
ERL_COOKIE="vmq"
4040
ERL_CONFIG="priv/app.config"

0 commit comments

Comments
 (0)
Please sign in to comment.