Soluții
Bottlenecking Guide
On the surface, a bottleneck is an imbalance or limitation of hardware. For example if you have a really strong graphics card but not a strong processor, then the processor could be spending too much time working on game logic to get around sending render commands to the GPU. A tale tale sign is you’re running an application and it’s not performing as fast as it could be.
Though “as fast as it could be” is kind of hard to objectively say so. If you’re playing a game, for instance, and you want to make sure the video card is working as fast as it can, you can check benchmarks of that video card against the game you’re playing from review sites. Usually they run on the top-end hardware, lowering the potential of a bottleneck.
Bottleneck issues usually show themselves in mainly two ways
- The average performance isn’t as good as it should be
- The frame rate isn’t consistent most of the time
- Tools of the trade to figure out bottlenecks
GPU-z (https://www.techpowerup.com/gpuz/): This is useful for obtaining information about what’s going on in the GPU including clock speed, GPU load, and for some GPUs a performance cap reason. GPU-z also allows you to log data.
Task Manager: You can check out CPU load, system RAM usage, and tweak how many threads the application can use to further test. As of Windows 10 Fall Creator’s Update (1709), Task Manager includes a GPU usage section that can work as a substitute for GPU-z, although it’s less informative.
Performance Monitor (https://technet.microsoft.com/en-us/library/cc749249(v=ws.11).aspx): This is a tool built-in Windows that you can use to log data. I usually use this to log CPU usage since you can’t do this in Task Manager
FRAPS (http://www.fraps.com/): While it’s primary use is to monitor frame rate performance, it can also log frame times which can be useful for determining where performance drops.
- The kinds of bottlenecking
Since bottlenecks are usually the result of some issue with hardware, let’s go over the various root causes. If you suspect you’re having a bottleneck issue, consider the application you’re running or the hardware setup you have to determine the root cause.
- Maximum CPU loading
Symptom: All of the processor’s logical cores (or “threads”) are maxed out at 100%.
How to verify: Reducing the application’s processor affinity causes performance to tank linearly. i.e., If the application is maxing out 4 cores, disabling 1 reduces performance by about 25%.
How to fix: Upgrade the processor to something with more cores. While overclocking can help, it will not offer a lot of wiggle room.
Description: This is caused by the application needing so much of the processor’s time that it cannot send render commands to the GPU fast enough. For the most part, games will typically only process logic every so often on a fixed timer and logic often goes before graphics. So if the processor spends too much time processing the game logic, it doesn’t have enough time generating render commands. An example of this can be seen back in the days of 8-bit consoles. When too much action is going on the screen, the game slows down as the CPU needs more cycles to process logic before it can get to sending rendering commands.
Reliance on single core performance
Symptom: Either a few logical cores have high usage or the entire processor appears busy, but appears to flat line at a certain percentage.
How to verify: Reducing the application’s processor affinity does not cause performance to tank unless you really reduce the affinity. e.g., if the total processor load on say an 8 thread processor is only 60%, disabling one core does not affect performance at all.
How to fix: Increase the single core performance by either changing the processor with a higher IPC or increase the clock speed of the current processor
Description: This is caused by applications that cannot issue enough threads of work on average to saturate the processor. As a result, the processor can easily finish up the work but has to wait for the application to issue more threads. This can be caused by many things, usually due to over-reliance on synchronous software design.
Accessing storage
Symptom: Performance hiccups or outright drops for a few moments when moving around in the game’s environment. This is normally a problem in open-world games
How to verify: Go to different areas of the game, but do not backtrack (those areas are often left in RAM, so they load “instantly”). If you have a hard drive, you can hear it working while you play the game.
How to fix: This is most likely going to be an issue with the game being on slower storage media like hard drives. The easiest solution is to upgrade the storage to an SSD. If that’s not feasible, then defragging and having the defragger consolidate data should help. Windows’ built-in defragmenter should consolidate data.
Description: This is caused by the application needing something, but it hasn’t loaded it yet so it has to go to storage to retrieve it.
VRAM/RAM loading
Symptom: Performance starts off fine, but at some point it starts to stutter.
How to verify: Check if the VRAM/RAM usage is close to 100%
How to fix: For VRAM, lower resolution based settings (texture, shadow, screen) or turn off MSAA. For system RAM, get more RAM or close applications that you’re not using.
Description: Applications aren’t aware of how much actual RAM there is in the system, only the OS. As a result, when the application starts requesting more RAM and no more physical RAM is available, the OS starts evicting data from RAM onto storage. This takes a very long time in computer time and normally the application can’t do anything else while this is happening, causing hiccups.
[mai mult...]Explanation of PCIe
Peripheral Component Interface – express (PCIe) is a bus that allows expansion cards inside your computer to communicate with other components. You use the PCIe system by putting cards into slots on the motherboard. These cards can be things like graphics cards, RAID cards, network cards, even co-processors.
Expansion cards can communicate with other system resources by using lanes Lanes are represented by an “x” followed by the number of lanes being used. Multiple lanes can be used by one card, and we call these configurations “modes”. The PCIe 3.0 specification allows for these modes and slots, in ascending order by bandwidth/length:
x1
x2
x4
x8
x16
x32 (for all intents and purposes this doesn’t actually exist).
When a card is placed into a slot and the computer booted up, the system negotiates with the card to determine which mode to operate in. If there is only one card in the system, and it is in a slot that supports it’s maximum mode, then the system will give it that mode, otherwise it will give it the maximum mode supported by the slot. For example: If a x16 card is in a x16 slot, then it will run in x16 mode. If, however, you place a x8 card in a x16 slot, then it will still run in x8 mode.
When multiple cards are used, things get a little more complicated, but it is eased by the fact that all cards can operate in any mode below their listed mode. Processors and motherboards each have a maximum number of lanes that they will support.
A PCIe lane is simply one channel of serial communication. The supported lane configurations are 1, 2, 4, 8, 16, and 32 (for all intents and purposes this doesn’t exist). Each configuration has it’s own slot. You can differentiate them by length, a 1 lane slot is the shortest while a 32 lane slot is the longest. There are also PCIe modes. A mode is simply how many lanes a card is actually using. It is independent from how many lanes are available to the card. Any card or slot may operate in any mode below it’s maximum mode, but must be in a slot that is the same physical size. Lanes and modes are denoted by an “x” preceding the number of lanes. For example: x1, x2, x4, x8, x16, or x32.
You can think of each lane like a two lane road (one lane in each direction). If we only have x1 lanes then we have a two lane road. If we have x2 lanes then we have a 4 lane highway. With x4 we have an 8 lane freeway. With x8 we have a 16 lane superhighway.
[mai mult...]How to create a new organizational unit in google workspace via Super admin
[mai mult...]Cum remediem: 0xcaa80000 Microsoft Teams Error
Eroarea 0xcaa80000 în Microsoft Teams apare de obicei din cauza problemelor de autentificare sau conexiune cu serverele Microsoft. Urmează acești pași pentru a o remedia:
🔹 1. Verifică conexiunea la internet
- Asigură-te că ai o conexiune stabilă
- Încearcă să repornești routerul sau să folosești o altă rețea
🔹 2. Repornește Microsoft Teams și verifică actualizările
- Închide Microsoft Teams complet (Ctrl + Shift + Esc → Task Manager → Închide Teams)
- Redeschide aplicația și verifică dacă există actualizări:
- Apasă pe trei puncte (…) în dreapta sus
- Selectează Check for updates
🔹 3. Șterge cache-ul Microsoft Teams
- Închide Microsoft Teams
- Apasă Win + R, scrie
%appdata%\Microsoft\Teams
și apasă Enter - Șterge toate fișierele din acel folder
- Redeschide Teams și autentifică-te din nou
🔹 4. Verifică setările de autentificare (Azure AD și contul Microsoft)
- Dacă folosești un cont de organizație, este posibil ca autentificarea să fie blocată de Azure Active Directory (Azure AD)
- Conectează-te la portalul Microsoft 365 și verifică dacă ai probleme de autentificare
- Dacă problema persistă, contactează administratorul IT pentru a verifica politica de autentificare
🔹 5. Dezactivează Proxy/VPN (dacă este activat)
- Dacă folosești un VPN sau un Proxy, dezactivează-l temporar și încearcă să te conectezi din nou.
- Unele rețele corporative pot bloca accesul la serverele Microsoft Teams.
🔹 6. Resetează setările de rețea
Dacă problema persistă, încearcă să resetezi setările de rețea:
- Deschide Command Prompt (CMD) ca administrator
- Rulează următoarele comenzi una câte una:
- Repornește computerul și încearcă din nou.
🔹 7. Reinstalează Microsoft Teams
Dacă nimic nu funcționează, încearcă o reinstalare completă:
- Dezinstalează Microsoft Teams din Settings > Apps > Installed Apps
- Șterge folderul
%appdata%\Microsoft\Teams
manual - Reinstalează cea mai recentă versiune de Teams de pe site-ul oficial.
Configurarea conexiunii la rețea pentru Lenovo XClarity Controller
Înainte de a accesa Lenovo XClarity Controller prin rețea, trebuie să specificați cum se va conecta la rețea. În funcție de modul în care este implementată conexiunea la rețea, este posibil să fie necesar să specificați și o adresă IP statică.
Dacă aveți un monitor conectat la server, puteți folosi Lenovo XClarity Provisioning Manager pentru a configura conexiunea la rețea.
[mai mult...]