Skip to content

Commit

Permalink
set ulimit
Browse files Browse the repository at this point in the history
Signed-off-by: DanRoscigno <[email protected]>
  • Loading branch information
DanRoscigno committed Mar 8, 2024
1 parent aa05b56 commit 7368c1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions general-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ services:
- /bin/bash
- -c
- |
ulimit -u 65535;
ulimit -n 65535;
sleep 3s; mysql --connect-timeout 2 -h fe -P 9030 -u root -e "alter system add backend \"be:9050\";"
/opt/starrocks/be/bin/start_be.sh
hostname: be
Expand Down
2 changes: 2 additions & 0 deletions oneFE-oneBE-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ services:
- /bin/bash
- -c
- |
ulimit -u 65535;
ulimit -n 65535;
sleep 3s; mysql --connect-timeout 2 -h fe -P 9030 -u root -e "alter system add backend \"be:9050\";"
/opt/starrocks/be/bin/start_be.sh
hostname: be
Expand Down

0 comments on commit 7368c1b

Please sign in to comment.