We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385b63f commit 7c14e50Copy full SHA for 7c14e50
src/routes/team/[team]/[env]/app/[app]/utilization/+page.svelte
@@ -202,7 +202,10 @@
202
</ul>
203
<div><strong>Optimize your resource settings:</strong></div>
204
<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>
+ <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>
209
</BodyLong>
210
<div class="section">
211
<Heading level="2" size="medium" spacing>Memory usage</Heading>
0 commit comments