Skip to content

Commit 6c8ab4c

Browse files
authored
Merge pull request #29 from SolaceDev/dev2.0.2
DATAGO-95778: increase ulimit to support new requirements
2 parents 8faa87f + 1487698 commit 6c8ab4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-solace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ echo "`date` INFO: Solace message broker image and tag: `docker images | grep so
174174
175175
# Common for all scalings
176176
shmsize="1g"
177-
ulimit_nofile="2448:422192"
177+
ulimit_nofile="2448:1048576"
178178
SWAP_SIZE="2048"
179179
180180
echo "`date` INFO: Using shmsize: ${shmsize}, ulimit_nofile: ${ulimit_nofile}, SWAP_SIZE: ${SWAP_SIZE}" &>> ${LOG_FILE}

0 commit comments

Comments
 (0)