Skip to content

Commit 7c14e50

Browse files
committed
fix: update CPU optimization advice for resource settings
1 parent 385b63f commit 7c14e50

File tree

1 file changed

+4
-1
lines changed
  • src/routes/team/[team]/[env]/app/[app]/utilization

1 file changed

+4
-1
lines changed

src/routes/team/[team]/[env]/app/[app]/utilization/+page.svelte

+4-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,10 @@
202202
</ul>
203203
<div><strong>Optimize your resource settings:</strong></div>
204204
<div>✅ If usage is consistently below requests, consider lowering requests to save money.</div>
205-
<div>✅ If CPU usage is frequently throttled, increasing requests may improve performance.</div>
205+
<div>
206+
✅ If CPU is frequently throttled, increasing the CPU limit may improve performance.
207+
Alternatively, omitting a CPU limit allows unlimited usage, but may cause resource contention.
208+
</div>
206209
</BodyLong>
207210
<div class="section">
208211
<Heading level="2" size="medium" spacing>Memory usage</Heading>

0 commit comments

Comments
 (0)