Earlier quoted context omitted.
Gaming performance is irrelevant for top CPUs, the difference appears only in low resolutions and old games.
I've been looking into a new CPU to play Overwatch because my is 4(670?)K is struggling with even high. Bottlenecks around the gpu pegging all 4 OCd cores out at 100% constantly without even hitting 144fps. It's not just old games that need good cpus these days, though I will admit I'm probably more than just the enthusiast market.
AMD Ryzen 7 1800X Benchmarked – Giving Intel’s $1000 Chips A Run For It
71–80 of 278 posts
Re: AMD Ryzen 7 1800X Benchmarked – Giving Intel’s $1000 Chips A Run For It
#72Earlier quoted context omitted.
I've been looking into a new CPU to play Overwatch because my is 4(670?)K is struggling with even high. Bottlenecks around the gpu pegging all 4 OCd cores out at 100% constantly without even hitting 144fps. It's not just old games that need good cpus these days, though I will admit I'm probably more than just the enthusiast market.
You're running at close to 144 FPS - what FPS are you hoping to hit???
Re: AMD Ryzen 7 1800X Benchmarked – Giving Intel’s $1000 Chips A Run For It
#73Re: AMD Ryzen 7 1800X Benchmarked – Giving Intel’s $1000 Chips A Run For It
#74Earlier quoted context omitted.
In a world where progress has slowed down, being two to three years behind Intel means you're practically interchangeable. This chip isn't an abnormality, it's a sign of things to come, and there's no way it isn't keeping Intel's execs up at night.
Amd is prepping a 32 core server beast. Considering Intel just launched a 24 core chip costing 9000 dollars , and considering the AMD IPC is looking good, Intel execs must be gnawing down to their elbows at the prospect of AMD walking in to that market at 50% pricing deltas. Over to GloFo though on process. That appears to be the a possible achilles heel here for AMD.
That's not how it works. If they think AMD can make a dent, they'll mark their chips down to be competitive (for whatever definition of competitive they use, which is probably supported by data, though it might not be YOUR definition). Poor Intel will have to deal with only 100% profit instead of the 300% or so they've become accustomed to.
Intel got a knock out from AMD some 15 years ago. Enough people working at Intel still remember it will enough. This aspect of history is very unlikely to repeat or even to rhyme.
Re: AMD Ryzen 7 1800X Benchmarked – Giving Intel’s $1000 Chips A Run For It
#75Re: AMD Ryzen 7 1800X Benchmarked – Giving Intel’s $1000 Chips A Run For It
#76Earlier quoted context omitted.
To be clear: ZFS performs a checksum _before_ the data is written to disk. This checksum proves to be highly useful to ZFS when checking whether the data being read back is correct or not. However, the checksum and the data is also only as good as the memory in which it is stored during computation. Since ZFS takes care of everything else other than memory, you'd use ECC if the data being stored is important enough t…
If ZFS is anything like BTRFS, then I don't think ECC is super necessary. Yeah, it'll prevent problem from eventually cropping up when the RAM shits itself, but it's not like those issues compound silently in the night. When my ram started going a bit down the drain, (Flipping the occasional bit. Rare enough that the system still ran fine) I was hounded with checksum errors and any attempt to work with the data was m…
Once ZFS writes corrupted metadata with corrupted checksums to the disk, it's very hard to recover that data. Yes, ZFS is not backup, but the implications of serving clients messed up data is also worrying in certain business cases.
Given that ECC RAM isn't (much?) more expensive, why not just use ECC? (For my microserver I remember it being the same price as non-ECC.) Well, because CPUs with ECC support are rare, etc.
Re: AMD Ryzen 7 1800X Benchmarked – Giving Intel’s $1000 Chips A Run For It
#77High Memory Instances are Cheaper due to support of 8 Memory Channels. Lower End Instances could be cheaper due to Lower Cost per Core Count.
Re: AMD Ryzen 7 1800X Benchmarked – Giving Intel’s $1000 Chips A Run For It
#78There is so much hype with AMD atm. In particular sites like WCCFTech have gone almost rabid with hype. My experience is that AMD tend to over promise with their marketing and rumours. So whilst the hype may well be warranted this time, I'm going to wait for the actual reviews to come through and take these leaks with a grain of salt.
Fair enough, but this is a bit more concrete than marketing fluff.
Re: AMD Ryzen 7 1800X Benchmarked – Giving Intel’s $1000 Chips A Run For It
#79Take everything WCCFTECH writes with a pinch of salt, all of this could still be fake. The Ryzen hype train is on full steam and i really hope they deliver, but i'll wait for official benchmarks. In the last few years, more often than not AMD hardware leaks have shown potential that in the end wasn't met. Things look good for Ryzen though, maybe they can finally make 6-8 Core CPUs mainstream.
Re: AMD Ryzen 7 1800X Benchmarked – Giving Intel’s $1000 Chips A Run For It
#80Earlier quoted context omitted.
That is why it is important after building/tweaking a system to do stability tests. If it runs full out without errors for 24h then you are fine.
That's.....not how non-ECC works. Even a little. RAM bitflips randomly, period. It's just how it works. A cosmic ray can hit the memory chip just right and flip it, there's no way to predict or control that no matter how "stable" your machine is. ECC still does the same, it just has a parity bit on each line to confirm against and flip it back, as needed.