Skip to content

Commit

Permalink
Merge pull request #12100 from bugfinder/more_open_files
Browse files Browse the repository at this point in the history
[backend] increase max fd limit to 16384 for binariesproxy
  • Loading branch information
mlschroe committed Jan 18, 2022
2 parents 550f59c + 21d4cb6 commit 215d523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/systemd/obsgetbinariesproxy.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Description=OBS binaries proxy cache
After=network.target

[Service]
LimitNOFILE=16384
EnvironmentFile=/etc/sysconfig/obs-server
ExecStart=/usr/lib/obs/server/bs_getbinariesproxy --logfile getbinariesproxy.log
ExecStop=/usr/lib/obs/server/bs_getbinariesproxy --stop
Expand Down

0 comments on commit 215d523

Please sign in to comment.