Skip to content

Commit

Permalink
CKAN image: set maximum file descriptors UWSGI
Browse files Browse the repository at this point in the history
... in order to limit memory usage.
  • Loading branch information
stsnel committed Feb 6, 2025
1 parent aa24812 commit bdc1b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/images/ckan/ckan-uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ max-requests = 5000
vacuum = true
callable = application
strict = true
max-fd = 1024

0 comments on commit bdc1b82

Please sign in to comment.