- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- memory performance on dual socket server HP DL380 ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 03:18 AM - last edited on 08-23-2023 08:49 PM by support_s
08-23-2023 03:18 AM - last edited on 08-23-2023 08:49 PM by support_s
memory performance on dual socket server HP DL380 Gen 10
Hi all,
I have some weird performance issues with dual socket dl 380 gen 10.
Memory throughput with single socket cpu is around 10gb/s.
But when i put second CPU the memory performance is around 4gb/s.
CPU is Intel(R) Xeon(R) Gold 6148 and memory is 256GB 2666MHZ. ( Every socket have 128GB RAM ( 4 modules with 32gb ))
Bios is latest and every single profile in bios dont change the throughput.
I have tested the performance via Novabench on different os ( windows / debian / xen )
Can anyone help with this?
- Tags:
- Prolaint server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 04:22 PM
08-23-2023 04:22 PM
Re: memory performance on dual socket server HP DL380 Gen 10
Novabench isn't NUMA-aware. The processes are running on both nodes (CPUs) and are accessing memory on both nodes indiscriminately. Some of this memory access "crosses over" with CPU0 accessing CPU1's memory and vice-versa. Latency is significantly higher in this scenario. A NUMA-aware workload understands memory locality and attempts to minimize this activity, keeping most memory access "local" within the node.
You may be able to improve the results by adjusting the NUMA configuration in BIOS. You might get it to run full speed if you "pin" the benchmark processes to the cores in a single CPU.