[typo](docs) Optimize mac compilation documentation (#19629)

This commit is contained in:
yongkang.zhong
2023-05-15 20:34:47 +08:00
committed by GitHub
parent 0a28959675
commit ac9e92e1aa
2 changed files with 10 additions and 8 deletions

View File

@ -105,9 +105,9 @@ This topic is about how to compile Doris from source with macOS (both x86_64 and
## FAQ
Fail to start BE up. The log shows: `fail to open StorageEngine, res=file descriptors limit is too small`
1. Fail to start BE up. The log shows: `fail to open StorageEngine, res=file descriptors limit is too small`
To fix this, please refer to the "Start-up" section above and reset `file descriptors`.
To fix this, please refer to the "Start-up" section above and reset `file descriptors`.
### Java Version
Java 8 is recommended.
2. Java Version
Java 8 is recommended.

View File

@ -105,8 +105,10 @@ under the License.
## 常见问题
### 启动BE失败,日志显示错误`fail to open StorageEngine, res=file descriptors limit is too small`
参考前面提到的设置`file descriptors`。
1. 启动BE失败,日志显示错误`fail to open StorageEngine, res=file descriptors limit is too small`
### Java版本
推荐使用Java 8。
参考前面提到的设置`file descriptors`。
2. Java版本
推荐使用Java 8。