Merge pull request #19513 from taosdata/tomchon-patch-1

Update 01-faq.md
This commit is contained in:
Hui Li 2023-01-11 17:57:12 +08:00 committed by GitHub
commit ca2aebf842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -243,3 +243,8 @@ sudo launchctl load -w /Library/LaunchDaemons/limit.maxfiles.plist
``` ```
launchctl limit maxfiles launchctl limit maxfiles
``` ```
### 19 建库时提示Out of dnode
该提示是创建db的vnode数量不够了需要的vnode不能超过了dnode中vnode的上限。因为系统默认是一个dnode中有cpu核数两倍的vnode也可以通过配置文件中的参数supportVnodes控制。
正常调大taos.cfg种这个supportVnodes参数即可。