Skip to content

Commit

Permalink
reducing cpu precentile for better rec
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed May 22, 2024
1 parent be4dc7a commit 49713ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robusta_krr/strategies/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


class SimpleStrategySettings(StrategySettings):
cpu_percentile: float = pd.Field(99, gt=0, le=100, description="The percentile to use for the CPU recommendation.")
cpu_percentile: float = pd.Field(95, gt=0, le=100, description="The percentile to use for the CPU recommendation.")
memory_buffer_percentage: float = pd.Field(
15, gt=0, description="The percentage of added buffer to the peak memory usage for memory recommendation."
)
Expand Down

0 comments on commit 49713ee

Please sign in to comment.