Skip to content

Commit

Permalink
Increased erforce autoref memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
flimdejong committed Jan 27, 2025
1 parent 8bbd3a5 commit 6a3e18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/runner/ray-cluster-combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ spec:
resources:
requests:
cpu: 120m
memory: 40Mi
memory: 80Mi
limits:
cpu: 150m
memory: 100Mi
memory: 200Mi

# Simulator
- name: erforce-simulator
Expand Down

0 comments on commit 6a3e18e

Please sign in to comment.