Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Autosubmit API Autosubmit API
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • Autosubmit APIAutosubmit API
  • Issues
  • #84
Closed
Open
Issue created Jul 16, 2024 by Luiggi Tenorio Ku@ltenorioOwner

Extend CLI gunicorn settings (memory options)

There are some issues related to memory consumption in Climate DT. This can be reduced by using some additional options of gunicorn that modify the workers' behavior like max_requests. For that, we can include more worker options inside the API CLI. To add:

  • threads
  • worker_connections
  • max_requests
  • max_requests_jitter
  • timeout
  • graceful_timeout
  • keepalive

https://docs.gunicorn.org/en/22.0.0/settings.html

Edited Jul 16, 2024 by Luiggi Tenorio Ku
Assignee
Assign to
Time tracking