Skip to content

Commit

Permalink
Increase CPU to 1 core.
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant Tiwari committed May 4, 2024
1 parent d5e4703 commit b0349a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/stages/kubernetes_services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class CondaStore(schema.Base):
default_namespace: str = "nebari-git"
object_storage: str = "200Gi"
max_workers: int = 50
worker_resources: dict = {"requests": {"cpu": "2m", "memory": "7Gi"}}
worker_resources: dict = {"requests": {"cpu": "1", "memory": "7Gi"}}


class NebariWorkflowController(schema.Base):
Expand Down

0 comments on commit b0349a1

Please sign in to comment.