Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tried memory allocation bug #4

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Fix tried memory allocation bug #4

merged 3 commits into from
Dec 4, 2024

Conversation

mjanez
Copy link

@mjanez mjanez commented Dec 4, 2024

This pull request includes changes to the docker-compose configuration files to set ulimits for the services: section. The most important changes include adding the ulimits configuration with specified soft and hard limits for the nofile property.

Changes to docker-compose configuration:

  • docker-compose.dev.yml: Added ulimits configuration with nofile soft limit of 8192 and hard limit of 16384.
  • docker-compose.ghcr.yml: Added ulimits configuration with nofile soft limit of 8192 and hard limit of 16384.
  • docker-compose.yml: Added ulimits configuration with nofile soft limit of 8192 and hard limit of 16384.

@mjanez mjanez added the bug Something isn't working label Dec 4, 2024
@mjanez mjanez merged commit 345c4eb into ckan-2.10.5 Dec 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants