Skip to content

Commit

Permalink
Increase file limit for backend services
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboehm committed Mar 13, 2024
1 parent 1df02d9 commit 9a2fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/templates/backend/debian/service
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Type=simple
{{template "Backend.ServiceAdditionalParamsTemplate" .}}

# Resource limits
LimitNOFILE=500000
LimitNOFILE=2000000

# Hardening measures
####################
Expand Down

0 comments on commit 9a2fe4d

Please sign in to comment.