Skip to content

Commit d70fae0

Browse files
fix: set nofiles=0 in strfry CI config
The container's ulimit (65536) is lower than the default nofiles setting (1000000). Setting nofiles=0 tells strfry not to attempt changing the limit. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent aba2401 commit d70fae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/strfry-ci.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ relay {
2424
# Bind to all interfaces so the container is reachable from the host
2525
bind = "0.0.0.0"
2626
port = 7777
27-
nofiles = 1000000
27+
nofiles = 0
2828
realIpHeader = ""
2929

3030
auth {

0 commit comments

Comments
 (0)