Tag

Server Memory

0 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Jun 26, 2024 · Operations

Why Server Memory Modules Have More Chips than Desktop Memory

Server memory modules contain many more chips than desktop DIMMs because they use ECC, which adds extra parity chips, and they employ registered or load‑reduced designs that include a register clock driver and, for LRDIMMs, a data buffer, all of which increase the chip count per rank.

ECCHardwareLRDIMM
0 likes · 6 min read
Why Server Memory Modules Have More Chips than Desktop Memory
Refining Core Development Skills
Refining Core Development Skills
Jun 14, 2024 · Fundamentals

Why Server Memory Modules Have More Chips Than Desktop Memory

The article explains that server memory modules contain more chips because they need ECC error‑correction, additional register and data buffer chips for RDIMM/LRDIMM designs, which increase chip count, improve signal integrity, and allow larger capacities.

ECCHardware ArchitectureLRDIMM
0 likes · 9 min read
Why Server Memory Modules Have More Chips Than Desktop Memory
Efficient Ops
Efficient Ops
Jan 14, 2022 · Operations

Why Reducing NFS Server Memory Triggers RPC Fragment‑Too‑Large Errors and How to Fix It

After lowering an NFS server's RAM from 8 GB to 4 GB, the server's max_block_size dropped, causing a mismatch with the client’s rsize/wsize settings, which led to RPC fragment‑too‑large errors; the article explains the root cause and shows how to resolve it by adjusting the server’s max_block_size.

NFSRPCServer Memory
0 likes · 6 min read
Why Reducing NFS Server Memory Triggers RPC Fragment‑Too‑Large Errors and How to Fix It
Qunar Tech Salon
Qunar Tech Salon
Mar 18, 2015 · Backend Development

Optimizing Web Server Performance for High Concurrency: Front‑end Techniques and Server‑side Strategies

The article examines the rise of high‑concurrency web connections, explains how richer front‑end interactions increase load, and presents a range of optimization techniques—from caching and request merging to server‑side memory and CPU reductions using Apache MPM modes, Nginx, and sendfile—to improve web service efficiency.

ApacheCPU OptimizationFrontend Optimization
0 likes · 19 min read
Optimizing Web Server Performance for High Concurrency: Front‑end Techniques and Server‑side Strategies