I can't think of any works using 1.5TB of RAM, especially with macOS. Can anyone explain and tell me which software and work require tons of RAM space up to 1.5TB with macOS?
Big data analysis
Not generally a typical mac pro workload, but hey, the CPU supports it (and the CPU is/may be used for exactly that in other environments), may as well add the slots for it.
[automerge]1579824307[/automerge]
One thing I wish is there were some RAM disk tools.
But SSDs cannot handle the super fast random accesses like RAM can. Sequential throughput is great, but lots of random read/writes are significantly slower than RAM.
So if you have a lot of random accesses, like for database work, having a giant RAM disk for the that, with some kind of write-out caching to a fast SSD would be pretty great.
It would be cool to have like a UPS battery backup for the motherboard itself too.
This is what OS caching is for, and it has existed for decades.
RAM disks suck, vs. a modern, intelligent cache. Why? Because before they work, you need to wait for the entire amount to be copied into RAM. You wanna wait for 1+ TB to read into memory off your SSD before you start work? Really?
And after you're done, you need to write any changes to disk before the power goes out. All you're doing is manually using RAM as cache with less intelligence/granularity and more complexity for the end user than a proper cache.
This is why we have disk caches. Or, if SSD isn't fast enough on initial read - optane. Most proper database also have their own configurable internal RAM cache size anyway (which it can use more intelligently than copying a bunch of potentially "cold" data into RAM via a RAM disk).
However, if you're still set on the ram disk idea, there's a company who does RAM SANs. But they're actually properly done, not some dinky OS ramdisk setup. Battery backup, etc. $$ tho