diff --git a/docs/en/docs/install/source-install/compilation-mac.md b/docs/en/docs/install/source-install/compilation-mac.md index 54f5359b78..7c6f0bd554 100644 --- a/docs/en/docs/install/source-install/compilation-mac.md +++ b/docs/en/docs/install/source-install/compilation-mac.md @@ -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. diff --git a/docs/zh-CN/docs/install/source-install/compilation-mac.md b/docs/zh-CN/docs/install/source-install/compilation-mac.md index fa66e55050..5bf38a19a7 100644 --- a/docs/zh-CN/docs/install/source-install/compilation-mac.md +++ b/docs/zh-CN/docs/install/source-install/compilation-mac.md @@ -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。