Skip to content

Commit 7f88d93

Browse files
authored
Add bare metal hardware specs (#3341)
1 parent 6b28947 commit 7f88d93

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.cspell.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ words:
7777
- Lukasz
7878
- maintainership
7979
- Makefiles
80+
- NUMA
8081
- Marylia
8182
- observiq
83+
- OCPUs
8284
- opentelemetry
8385
- opentelemetrybot
8486
- oracleoci

assets.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,22 @@ which will give access to the following GitHub-hosted runner:
7474
- `oracle-bare-metal-64cpu-512gb-x86-64` (Oracle Linux 8)
7575
- `oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24` (Ubuntu 24)
7676

77+
`oracle-bare-metal-64cpu-512gb-x86-64` hardware specification ([BM.Standard.E2.64](https://docs.oracle.com/en-us/iaas/Content/Compute/References/computeshapes.htm#previous-generation)):
78+
79+
| Component | Specification |
80+
|---|---|
81+
| Processor | 2-socket AMD EPYC 7551 (2.0 GHz base, 3.0 GHz max boost) |
82+
| OCPUs | 64 (128 vCPUs), 32 per socket |
83+
| Memory | 512 GB (8 NUMA nodes, 64 GB per node) |
84+
85+
`oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24` hardware specification ([BM.Standard3.64](https://docs.oracle.com/en-us/iaas/Content/Compute/References/computeshapes.htm#bm-standard)):
86+
87+
| Component | Specification |
88+
|---|---|
89+
| Processor | 2-socket Intel Xeon Platinum 8358 (2.6 GHz base, 3.4 GHz max turbo) |
90+
| OCPUs | 64 (128 vCPUs), 32 per socket |
91+
| Memory | 1024 GB (2 NUMA nodes, 512 GB per node) |
92+
7793
We are currently transitioning from the Oracle Linux 8 runner to the
7894
Ubuntu 24 runner. Once the transition is complete, the Oracle Linux 8 runner
7995
will be decommissioned.

0 commit comments

Comments
 (0)