> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/initial-installation/1.-instructions-by-platform/baremetal-installation/sbc-certified-hardware/medium-performance-baremetal-server.md).

# Medium Performance Baremetal Server

This unit has been tested at up to 30,000 sessions and 1,000 calls per second.

### Model

* Dell R330

### Characteristics

* Single Xeon E3-1240, 4C/8T (4 cores/8 Threads), 3.5GHz
* 16GB RAM RDIMM, 2400MHz
* NUMA optimized for PCIe faster accesses

### Network Interfaces

* Management: 2x 1Gbps copper
* Control: 2x 1Gbps copper
* VoIP/SBC interfaces: 2x 10Gbps SFP+ SR optics (850nm) (or copper)

### High Availability & Redundancy

* Power supply redundancy
* Hardware RAID1 on 2x 200GB SSD

<details>

<summary>Click here for specific BIOS settings on this server</summary>

Upon initial bootup, type "F2" to enter setup

* Boot Settings
  * Boot Mode \[BIOS] (NOt UEFI)
* Processor Settings
  * Virtualization Technology -> \[Disabled]
* System Profile Settings
  * CPU Power Management \[Maximum Performance]
  * Turbo Boost \[Disabled]

</details>

### Performance Data

<table><thead><tr><th width="100">vCPU</th><th width="100">vCPU dedicated</th><th width="100">RAM</th><th width="100">CPS</th><th width="100">CAPS</th><th width="100">Sessions</th><th width="100">Sessions with Transcoding</th><th width="100">No Anchoring</th></tr></thead><tbody><tr><td>8</td><td>yes</td><td>16 GB</td><td>500</td><td>2,000</td><td>30,000</td><td>15,000</td><td>60,000</td></tr></tbody></table>

### References

[Dell R330 server](https://www.dell.com/en-ca/work/shop/povw/poweredge-r330)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/initial-installation/1.-instructions-by-platform/baremetal-installation/sbc-certified-hardware/medium-performance-baremetal-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
