Skip to content

Commit

Permalink
[backend] increase max fd limit to 16384 for binariesproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfinder committed Jan 18, 2022
1 parent 550f59c commit 21d4cb6
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 21d4cb6

Please sign in to comment.