Skip to content

Commit fc6ac9c

Browse files
author
Emile Joubert
committed
Set process limit when running as a Windows service
1 parent cfcdafc commit fc6ac9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/rabbitmq-service.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ set ERLANG_SERVICE_ARGUMENTS= ^
204204
-s rabbit ^
205205
+W w ^
206206
+A30 ^
207+
+P 1048576 ^
207208
-kernel inet_default_connect_options "[{nodelay,true}]" ^
208209
!RABBITMQ_LISTEN_ARG! ^
209210
-kernel error_logger {file,\""!LOGS:\=/!"\"} ^

0 commit comments

Comments
 (0)