adonis0147 opened a new issue, #19263: URL: https://github.com/apache/doris/issues/19263
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version Doris version: master OS: macOS ### What's Wrong? Failed to start BE. ```shell I0504 16:24:32.419589 2850877440 data_dir.cpp:751] path: /Programs/doris/output/be/storage total capacity: 245107195904, available capacity: 20983185408 I0504 16:24:32.428404 2850877440 data_dir.cpp:187] path: /Programs/doris/output/be/storage, hash: 17007384205899089648 I0504 16:24:32.443303 4179450688 storage_engine.cpp:248] stream load record path: /Programs/doris/output/be/storage E0504 16:24:32.453889 4179450688 storage_engine.cpp:409] File descriptor number is less than 60000. Please use (ulimit -n) to set a value equal or greater than 60000 W0504 16:24:32.453923 4179450688 storage_engine.cpp:187] check fd number failed, error: [INTERNAL_ERROR]file descriptors limit is too small W0504 16:24:32.453946 4179450688 storage_engine.cpp:112] open engine failed, error: [INTERNAL_ERROR]file descriptors limit is too small F0504 16:24:32.456596 4179450688 doris_main.cpp:443] fail to open StorageEngine, res=[INTERNAL_ERROR]file descriptors limit is too small *** Check failure stack trace: *** @ 0x1201787b0 google::LogMessageFatal::~LogMessageFatal() @ 0x120174f94 google::LogMessageFatal::~LogMessageFatal() @ 0x1027c552c main @ 0x19da0ff28 start *** Query id: 0-0 *** *** Aborted at 1683188672 (unix time) try "date -d @1683188672" if you are using GNU date *** *** Current BE git commitID: 315d522a38 *** *** SIGABRT unknown detail explain (@0x19dd30724) received by PID 51818 (TID 1114305 OR 0x1f91d5b40) from PID 51818; stack trace: *** ./start_be.sh: line 308: 51818 Abort trap: 6 ${LIMIT:+${LIMIT}} "${DORIS_HOME}/lib/doris_be" "$@" 2>&1 < /dev/null ``` ### What You Expected? Start BE successfully. ### How to Reproduce? ```shell $ ./build.sh --be --clean -j 8 $ cd output/be/bin $ ./start_be.sh ``` ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org