Skip to content

Commit 1e00c10

Browse files
committed
fix: unset rlimit for pooler container
1 parent 8fbe3ab commit 1e00c10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/start/start.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,7 @@ EOF
11151115
"REGION=local",
11161116
"RUN_JANITOR=true",
11171117
"ERL_AFLAGS=-proto_dist inet_tcp",
1118+
"RLIMIT_NOFILE=",
11181119
},
11191120
Cmd: []string{
11201121
"/bin/sh", "-c",

0 commit comments

Comments
 (0)