(Expertise implies specialization. Specialization is not all-knowing. An expert might not even know everything with in his/her own narrow specialization. If I am a tor developer, do I really know everything about Fascist Firewall? If there is anything to know. We don’t know what we don’t know and mind-reading is our own self-delusion projecting our own insecurities. Maybe there is something I don’t know.)
So, what do you do on Fedora (39) to notify the kernel and proc of meminfo changes? Say I add RAM to my hardware but the kernel still thinks the original state is the current composition of the hardware? Does the system use the full hardware capability anyway without having been notified of the increase?
Changing the parameter in GRUB
(mem=xxM
) and then regenerating with grub2-mkconfig
seems straight forward enough but doesn’t F39 use EFI
systemd-boot? Is there a simple way to make a modification with bootctl
?
If I have 24 GB can I call that 24000M or 23999M? cat /proc/meminfo
usually displays a number less that perfectly round, as is true of disk space.
What if I add a physical CPU just out of curiosity? Are kernel boot parameters the place to profile system hardware post-installation?
Thanks!