Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ spec:
image: rayproject/ray:2.52.0
resources:
requests:
cpu: 300m
cpu: "1"
memory: 1G
limits:
cpu: 500m
cpu: "1"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also consider removing limits entirely? Or does the autoscaling test require it?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @AndySung320 to do the investigation, and update the yaml manifest if needed

memory: 2G
ports:
- containerPort: 6379
Expand Down
Loading