Skip to content

Commit

Permalink
Add more memory to conda-store worker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant Tiwari committed May 2, 2024
1 parent 01975f8 commit c538bc1
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": "500m", "memory": "1Gi"}}
worker_resources: dict = {"requests": {"cpu": "500m", "memory": "2Gi"}}


class NebariWorkflowController(schema.Base):
Expand Down

0 comments on commit c538bc1

Please sign in to comment.