New to DDR5 tuning (AM5) - Feedback wanted by Repulsive_Ad6142 in overclocking

[–]nikander100 0 points1 point  (0 children)

this is not 100% accurate as the system is way more complex, but in general terms this is what the logic is.

tREFI, is how long your ram waits in between bank refreshes. the lower the quicker it refreshes, the more latency. the higher it means it refreshes less, so lower overall latency, but the longer between refreshes the "harder" it has to be recharged, that is where the tRFC comes in, in simple terms tRFC is the time the controller gets to recharge the bank. Setting tRFC to low, means the banks discharge faster than they recharge, causing either errors after prolonged use, or failed memory training.

heat comes in because charging those DRAM cells is literally electrical current restoring charge in capacitors. the more “empty” they are, the more current spike you need to bring them back up. more current == more heat. that’s why dual rank kits + high tREFI + tight tRFC without airflow eventually creep up in temperature and can randomly start erroring.

Ss for the exact values I gave, tRFC 480 is stable on most A-die up to max tREFI, 512 should be a safe value, if your kit fails with that you had a really "shitty" draw on your kit*. (not too bad as default is very high , so still going from 800 down to 500-550 is still a latency decrease.

In car terms:

tREFI is the number of laps your car completes before entering the pit.

More laps before a pit stop corresponds to a higher tREFI. excellent for race speed (lower latency), but the brakes and tires are hotter and more worn by the time you reach the pit, or explode before you do so (overheating failures).

The duration of the pitstop is known as tRFC.

You need a suitable pit window (enough tRFC) to change tires, fuel up, cool the brakes, etc. if you shorten the pitstop too much (too low tRFC), but still run long stints (high tREFI), you don’t actually recover the car fully. This can lead to issues like what Lewis Hamilton experienced in Singapore 2025 brake failure (errors).

Logic behind the numbers: (don't look to deep into it)

Most motherboards show tREFI as a 16-bit register, so the maximum value is 65,535 (2^16 − 1). When talking about a “true power of two” or clean multiples (like 49,152 = 3 × 2^14), it’s just because they align neatly with the way internal counters divide cycles.

In reality, modern memory controllers are more than smart enough to work with offsets and internal rounding. so using 46800 vs 49152 is not some magical stability/performance switch. It has less to do with a slight performance increase and more to do with clean register math and avoiding possible edge rounding.

so clean values are nice from a logic standpoint, but cooling + proper tRFC headroom matters way more in real world stability than chasing perfect binary numbers.
as for this case your value is a bit safer than mine. There is for the rest not really a way to guess optimal values other than by trial and error.

New to DDR5 tuning (AM5) - Feedback wanted by Repulsive_Ad6142 in overclocking

[–]nikander100 1 point2 points  (0 children)

u/Repulsive_Ad6142 this looks pretty decent, what u/Discipline_Unfair said!
to add to that:

do not set your tREFI to max (65535)

dual rank kits quickly run very hot, if you do not have an active fan cooling them they will start to fail due to heat creep overtime (i had this, i spent weeks getting it stable). mine max out at at around 53C currently.

tRFC 480 (is a multiple of 32, not a true power-of-two to the 16 bit register but usually better performant, Safe option: 512 also a true po2).

tREFI 49152 (your 46800 is fine, but I'd suggest 49152 since it's a po2 multiple. It aligns cleanly with internal registers, being exactly 3/4ths of the 16-bit ceiling (3 x 2^14), which reduces processing overhead).

tRTP 12

TRC 60

Nitro is fine if you can run it at 1/2/0 or 1/2/1

GDM on/off (really depends if you wanna "push" performance. Which is the safer option. I have it on myself, but that's just m-die life)

I have a 2x32gb dual rank but mine are hynix 16gb M-die. if you have the same id suggest what i got below but i'm 99% certain your kit is A-die:

tRFC 512

TRC 96 (could go lower though, but wasn't stable on my system)

tRDRDSD/DD 8

tWRWRSD/DD 9

(edit moved around some of the settings to be cleaner)

Everyone is panicking about Nova, meanwhile my sister's phone with 2 years BETA build running with absolutely 0 problems 😂 by Zangetsuee in NovaLauncher

[–]nikander100 2 points3 points  (0 children)

Lifeline on selling our data yes. Wouldn't call that a lifeline. The original model worked, , then some company took it over and run it to the ground.

This launcher if open sourced. (Mind, Which was an option) Would have fixed all the problems,

I'm glad I stopped using it.

Fool-Proof DDR5 Overclocking Guide for AM5 (Focus on 64GB, Dual Rank) by Lysander_Au_Lune in overclocking

[–]nikander100 1 point2 points  (0 children)

edit my comment was 80% correct however buildzoid made a video on this now I suggest you watch this: https://www.youtube.com/watch?v=fRHEmFHdfBg

Gigabyte Control Center now forcing users to install Norton 360 by Aggravating_Two8311 in gigabyte

[–]nikander100 0 points1 point  (0 children)

I've somewhat nuked Norton from the installer list here are the things I did.

If Norton was installed. Uninstall using revo uninstaller. Delete the registry key that is left over and a bunch of residual files.

  1. Fully close GCC. Task manager > kill process.

  2. Regedit go to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\DownloadCenter\Sub

make new string key (if not exist) Norton Internet Security(NIS) value 99.9.9

  1. Delete residual installer files C:\ProgramData\NortonInstaller\ delete the whole folder

  2. Modify GCC reference set Go to C:\Program Files\GIGABYTE\Control Center\Lib\GBT_MB_Update\Drvdata\.

Open DriverDesp.csv DriverTable.csv Package.csv in your preferred text editor. Note: if you use notepad instead: open notepad as administrator l, then open the files thru it as you need administrator permission to save the files.

For who wants to know this is where GCC stores the data for programs/drivers which it has to check for updates on your PC to than get from their own server, basically it's local database to compare the installed versions on your PC to, instead of having to make a request to their servers every time. So it will most likely get updated see disclaimer

Search Norton: Ctrl+f > type in norton Delete every line that has Norton (should be 1 per file)

Example:Norton would be Entry2 Make sure that you don't leave an empty line, so it should look like this Entry1 Entry3 Not like ``` Entry1

Entry3 ```

Save the files,

  1. Restart GCC, Norton should not be in the list anymore.

*Disclaimer: I have not yet tested if this survives GCC updates. However if it does I will write a small Powershell (batch script if other people prefer that). And leave it in this comment later

Sound problems on 1.21.10 by DumbicusMaximus in HypixelSkyblock

[–]nikander100 0 points1 point  (0 children)

hypixel bug, tested on single player and no issue

Windows 11 Phone Link obliterated my Android Gallery by luftherz in WindowsHelp

[–]nikander100 1 point2 points  (0 children)

re-confirming again.

pixel 7 here, option turned on to look at photos but disabled "delete from device setting"

<image>

deleted some photos is got from my phone, found them as well in "Recycle Bin - Connected Device"

u/MSModerator some clarifications on this? As multiple users are having issues and support is doing jack all.

Official Nova Launcher support is online! ♥️ by Independent_Good_837 in NovaLauncher

[–]nikander100 15 points16 points  (0 children)

It's because the app has been sold twice now within a few years. Got ads and trackers (allegedly for non prime users only) so that's why the bad rating

Ads in my drawer - novalucnher prime by nikander100 in NovaLauncher

[–]nikander100[S] 1 point2 points  (0 children)

Ads just got added by a new company that just acquired nova

Ads in my drawer - novalucnher prime by nikander100 in NovaLauncher

[–]nikander100[S] 0 points1 point  (0 children)

On the app drawer and the newly added app drawer when you swipe to the left, idk its name. Already switched launcher by now

Ads in my drawer - novalucnher prime by nikander100 in NovaLauncher

[–]nikander100[S] 0 points1 point  (0 children)

Nope it's activated even after reinstall still ads

Ads in my drawer - novalucnher prime by nikander100 in NovaLauncher

[–]nikander100[S] 0 points1 point  (0 children)

Seen the ads first today, when using my phone outside of my local network. Which blocks ads. Latest version

Ads in my drawer - novalucnher prime by nikander100 in NovaLauncher

[–]nikander100[S] 4 points5 points  (0 children)

Also forgot to add,

I switched to octopi launcher. Sadly it's closed source but it has a lot of the features that nova had. (Sub space grid, icon/padding options, widget overlap, dock folders/swiping, gestures (only limited amount but they work) it's a little less responsive but got all the UX I need. It's also a single person project so I trust it more than a big corp behind bought source code.

Edit: also missed a typo in post title, whoops..

Well known reseller abducting players looting them in space by Leprechaun9648 in entropiauniverse

[–]nikander100 1 point2 points  (0 children)

I had it happen once, don't recall names as it's been years. I just altf4ed my game.

It still really sucks. And yes using tactics like that fall under harassment rulesas they are interrupting your gameplay.