Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • I Ingestion Workflow
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • Data Flow
  • Data Ingestion
  • Ingestion Workflow
  • Merge requests
  • !108

Merged
Created Apr 19, 2021 by harshit aggarwal@harshit283Maintainer

Azure: Adding resource limits for container

  • Overview 1
  • Commits 1
  • Pipelines 4
  • Changes 1

Adding CPU & Memory Limits for Workflow service Container

Currently there are no resource limits set on the AKS container. Without specifying any limits resources might be over committed or in case of memory the entire node's memory is available for the AKS pod with default configuration, therefore it's relevant to specify proper limits

From the perf runs we did for CPU 1000m (1 core) seems to optimal as we are at 60-65% CPU for 95th percentile at high load (50 RPS)

image

For memory 2Gi seems optimal

image

Edited Apr 19, 2021 by harshit aggarwal
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: haaggarw/UpdateResourceLimits