Hiksemi 32GB 3200Mhz DDR4 RDIMM Memory | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support

Hiksemi 32GB 3200Mhz DDR4 RDIMM Memory

SKU: HSRN4C324G04AH2-32G
R 11 764.22
In Stock

32 GB DDR4 RDIMM for server and data centre use | DDR4-3200 at CL22-22-22 | 1.2 V low-power operation | JEDEC-standard SPD programming | 36-month warranty

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

32 GB DDR4 RDIMM for server and data centre use | DDR4-3200 at CL22-22-22 | 1.2 V low-power operation | JEDEC-standard SPD programming | 36-month warranty

The HIKSEMI 32GB DDR4 RDIMM is a server-grade memory module designed for data centres, enterprise servers, and workstations that demand reliable, continuous operation. Running at DDR4-3200 (PC4-3200) with CL22-22-22 timings and a 1.2 V operating voltage, it delivers the high-bandwidth throughput needed to accelerate virtualisation, large database operations, and server computing workloads. The registered (RDIMM) form factor provides improved signal integrity across a 288-pin interface, supporting stable performance under sustained load. Built to JEDEC standard specifications with SPD pre-programmed to DDR4-3200 timings, the module is straightforward to deploy on compatible server motherboards and platforms. With a 36-month warranty backing every unit, this HIKSEMI DDR4 RDIMM is a dependable capacity upgrade for production server environments.

Features

  • 32 GB capacity in a single 1Rx4 RDIMM module, suitable for high-density server configurations
  • DDR4-3200 (PC4-3200) speed at CL22-22-22 timings for high-bandwidth server workloads
  • 1.2 V operating voltage for efficient, low-power server operation
  • 288-pin RDIMM form factor with registered buffer for improved signal integrity
  • SPD pre-programmed to JEDEC standard DDR4-3200 latency timings
  • On-board I2C temperature sensor with integrated SPD EEPROM
  • Lead-free and halogen-free construction — RoHS compliant
  • 36-month manufacturer warranty

Specifications

  • Memory Type: DDR4
  • Total Capacity: 32GB
  • Kit Configuration: 1 x 32GB
  • Speed: 3200MHz
  • CAS Latency: CL22
  • Module Form Factor: RDIMM
  • Overclock Profile: None
  • RGB Lighting: No
  • Heat Spreader: No
  • Colour: Green
  • Warranty: 36 months
  • Product Dimensions: 13.3 x 3 x 0.4 cm

What's in the Box

  • Hiksemi DDR4 RDIMM 32GB Memory Module x1
Brand -
Colour Green
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty -
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Micron MTC10F108YS1RC48BB1R 24GB 4800MHz DDR5 RDIMM Memory
Micron

Micron MTC10F108YS1RC48BB1R 24GB 4800MHz DDR5 RDIMM Memory

R 37 854.34

Out of Stock

Micron MTA72ASS16G72LZ-3G2R 128GB 3200MHz DDR4 LRDIMM Memory
Micron

Micron MTA72ASS16G72LZ-3G2R 128GB 3200MHz DDR4 LRDIMM Memory

R 147 717.30

Out of Stock

Micron MTC10F1084S1RC56BR 16GB 5600MHz DDR5 RDIMM Memory
Micron

Micron MTC10F1084S1RC56BR 16GB 5600MHz DDR5 RDIMM Memory

R 12 636.32

Out of Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!