F5F Stay Refreshed Hardware Desktop i7-9800X supports maximum RAM capacity.

i7-9800X supports maximum RAM capacity.

i7-9800X supports maximum RAM capacity.

E
Eipee
Junior Member
20
06-12-2017, 07:50 PM
#1
You're looking to upgrade your system for handling very large Excel files. With your current setup (i7 7th gen, 32GB RAM), you're already hitting performance limits after just a few minutes. You're considering an i7-9800X, ASRock X299 Extreme 4, and 256GB RAM (8x32GB). Regarding your questions:

- The i7-9800X supports up to 32GB RAM, so 256GB is feasible but may require careful configuration.
- For high-performance storage, a RAID 1 setup with two NVMe drives is a solid choice.
- If you're on a budget, a dual SSD configuration (two 2TB NVMe drives) would also work well.
- If you're concerned about compatibility, ensure your motherboard supports the RAM type and speed you plan to use.

Since this is for a manager, focus on stability and performance now rather than trying quick fixes. Let me know if you need help with specific configurations!
E
Eipee
06-12-2017, 07:50 PM #1

You're looking to upgrade your system for handling very large Excel files. With your current setup (i7 7th gen, 32GB RAM), you're already hitting performance limits after just a few minutes. You're considering an i7-9800X, ASRock X299 Extreme 4, and 256GB RAM (8x32GB). Regarding your questions:

- The i7-9800X supports up to 32GB RAM, so 256GB is feasible but may require careful configuration.
- For high-performance storage, a RAID 1 setup with two NVMe drives is a solid choice.
- If you're on a budget, a dual SSD configuration (two 2TB NVMe drives) would also work well.
- If you're concerned about compatibility, ensure your motherboard supports the RAM type and speed you plan to use.

Since this is for a manager, focus on stability and performance now rather than trying quick fixes. Let me know if you need help with specific configurations!

T
Tywasho
Junior Member
35
06-13-2017, 04:46 AM
#2
T
Tywasho
06-13-2017, 04:46 AM #2

O
101
06-13-2017, 05:29 AM
#3
To my knowledge no
O
ohbabyitsnicki
06-13-2017, 05:29 AM #3

To my knowledge no

A
awesomehabib
Member
86
06-13-2017, 01:45 PM
#4
On the X299 platform, a 256RAM CPU is possible depending on the model. You don’t necessarily need a full server—just ensure the CPU supports 256RAM and has the right single-core performance for your needs.
A
awesomehabib
06-13-2017, 01:45 PM #4

On the X299 platform, a 256RAM CPU is possible depending on the model. You don’t necessarily need a full server—just ensure the CPU supports 256RAM and has the right single-core performance for your needs.

N
NekoChara
Junior Member
23
06-20-2017, 12:58 PM
#5
Core i9-10900X / 10920X / 10940X / 10980XE compatible with 256GB storage
N
NekoChara
06-20-2017, 12:58 PM #5

Core i9-10900X / 10920X / 10940X / 10980XE compatible with 256GB storage

F
FMCParadise
Junior Member
14
06-20-2017, 01:46 PM
#6
The 10th generation model received a solid upgrade, handling up to 256 gigabytes.
F
FMCParadise
06-20-2017, 01:46 PM #6

The 10th generation model received a solid upgrade, handling up to 256 gigabytes.

L
Lindinger
Member
208
06-23-2017, 04:48 PM
#7
thank you!
L
Lindinger
06-23-2017, 04:48 PM #7

thank you!

S
SGSnake21
Junior Member
43
06-24-2017, 09:34 AM
#8
The problem could stem from Excel rather than RAM, especially when working with files over 300MB. Performance issues are common regardless of the operating system you're using. Why are you dealing with multi-GB Excel files? There seems to be a more efficient or simpler method for storing data.
S
SGSnake21
06-24-2017, 09:34 AM #8

The problem could stem from Excel rather than RAM, especially when working with files over 300MB. Performance issues are common regardless of the operating system you're using. Why are you dealing with multi-GB Excel files? There seems to be a more efficient or simpler method for storing data.

L
luisnoob12
Junior Member
4
06-30-2017, 04:02 AM
#9
We're facing a challenge with CSV files in pandas, consuming too much RAM. Are there simpler alternatives beyond writing code in C or Rust or increasing memory?
L
luisnoob12
06-30-2017, 04:02 AM #9

We're facing a challenge with CSV files in pandas, consuming too much RAM. Are there simpler alternatives beyond writing code in C or Rust or increasing memory?

D
Daanblazer
Member
125
06-30-2017, 04:39 AM
#10
They simplify handling by moving large CSVs into SQL databases or similar systems. This approach works well when data stays mostly unchanged or is added gradually. In $DayJob we often process around 20 CSV files per system across a network, each ranging from a few KB to over 20MB, handling roughly 10-15,000 systems daily in one database. Occasionally we accumulate more than a week’s worth of data before it gets removed. Using tools like MySQL Query Browser makes data exploration and extraction much smoother compared to working with these files individually, and significantly faster than managing even massive firewall logs in single CSV files.
D
Daanblazer
06-30-2017, 04:39 AM #10

They simplify handling by moving large CSVs into SQL databases or similar systems. This approach works well when data stays mostly unchanged or is added gradually. In $DayJob we often process around 20 CSV files per system across a network, each ranging from a few KB to over 20MB, handling roughly 10-15,000 systems daily in one database. Occasionally we accumulate more than a week’s worth of data before it gets removed. Using tools like MySQL Query Browser makes data exploration and extraction much smoother compared to working with these files individually, and significantly faster than managing even massive firewall logs in single CSV files.