From e0db9bc38ca93e3f8670461055c685d0b350859f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Tue, 9 Sep 2025 01:27:00 +0800 Subject: [PATCH] =?UTF-8?q?posts:=20=E6=B7=BB=E5=8A=A0=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E9=97=B2=E7=BD=AE=E5=AE=9E=E4=BE=8B=E5=9B=9E=E6=94=B6=E7=9A=84?= =?UTF-8?q?=E9=87=8D=E8=A6=81=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在OCI文档中添加关于Oracle可能回收闲置永久免费实例的条件说明,包括CPU、网络和内存使用率的阈值要求。 --- src/content/posts/oci.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/content/posts/oci.md b/src/content/posts/oci.md index ee3426d75..0eabdbbb4 100644 --- a/src/content/posts/oci.md +++ b/src/content/posts/oci.md @@ -104,6 +104,18 @@ lang: '' - VM.Standard.A1.Flex:共 4c24g的arm64 实例,**可以随意拆分** +**重要事项** + +**闲置计算实例的回收** + +Oracle 可能会回收闲置的“永久免费”计算实例。如果在 **7 天周期内** 同时满足以下条件,则虚拟机和裸金属计算实例会被视为闲置: + +- **CPU 使用率**(95 百分位数)低于 20% + +- **网络使用率**低于 20% + +- **内存使用率**低于 20%(仅适用于 A1 规格) + ![](../assets/images/2025-09-08-00-31-25-image.png) 在这里可以更改IO配置,直接拉满即可