Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
The reason has to do with the memory system: https://www.youtube.com/watch?v=xSAFs-t0DCg
There's no reason not to run dual-channel though. You don't need more than 16GB unless you're running a workstation or higher end streaming build, so even a budget user should still get another 2X4 kit to make 4x4.
Are you using Vega 11 and no other GPU? Then yes, dual channel will make a big difference because you're letting the system memory run on two channels instead of one.
There's nothing you can do about it except have a dedicated graphics card. It has more of an effect on the integrated graphics than a dedicated card.
Really, you should be looking for a dedicated card like an RX 580/590 or GTX 1660/1660 Ti anyway. Vega 11 isn't awful, but a 2200G and RX 580 would've performed a lot better.
All of your software including games sits there on your HDD/SSD until it's time to use this software. Once you launch say a game - it loads all the most necessary stuff in your RAM, as RAM is much faster. Now, your CPU calculates a lot of stuff each second, and I mean a lot. It requires something way way faster than RAM, and that's why there are 3 levels of cache in typical CPU, with L1 being small hyperfast and L3 being large and not so fast. To be able to calculate "X+Y", your CPU has to find "X" and "Y" and also how "+" works in your L1. So this "X+Y" goes from RAM to L3, then L2 and then L1. L3, while is the slowest type of cache in a typical CPU, still is MUCH faster than RAM. Each time your CPU has to calculate something but there's no data in cache - it asks RAM to give it to L3. Your monitoring software may show CPU busy at 100%, but what exactly is it doing - just sending "send more data plz" to RAM or actually rendering more frames in your fav game? That's how faster RAM affects your CPU performance - it makes sure your CPU spends less time waiting and more time doing actual job. And dual channel, as you understand, "doubles" the amount of data RAM is able to send to L3 per second. It's not directly +100% memory bandwidth boost, but is a big difference for sure.
Now, what comes to GPU - it's even easier. GPUs also have their own type of RAM known as VRAM. It generally is faster than usual RAM, but then it's a problem as well. If you don't have enough VRAM - your game might just crash whenever it tries to use more than it has. That's why when you're out of VRAM your GPU starts to use RAM as extra VRAM. Due to RAM being generally slower it can lead to a performance drops. Now, you've using an iGPU, and iGPU is not a graphics card. While graphics card has got GPU and VRAM, iGPU doesn't have VRAM at all, it just straight uses your RAM as its own VRAM. It makes this case pretty much the same as CPU-RAM case - if your VRAM is not fast enough, your GPU will scream "moar data plz!" instead of doing actual job. Faster RAM on iGPU - more job done - better performance!
I appreciate your time! :)