I am NOT a programmer but a System Integrator with experience since DOS
I bought a used Barebone PC and it has some minor issues: It is sometimes crashing, which is not connected to the RAM
its running debian KVM (proxmox) on the HOST and on top CentOS and Windows VMs
I have this error in mcelog on debian
Hardware event. This is not a software error.
MCE 0
CPU 0 BANK 8 TSC 25f5e6ef72
MISC 12dc0 ADDR 372c9000007c2f6
TIME 1614950322 Fri Mar 5 14:18:42 2021
MCG status:
MCi status:
Corrected error
MCi_MISC register valid
MCi_ADDR register valid
Threshold based error status: green
MCA: corrected filtering (some unreported errors in same region)
**Generic CACHE Level-3 Generic Error**
STATUS 8c2000800001110b MCGSTATUS 0
MCGCAP c09 APICID 0 SOCKETID 0
MICROCODE ca
CPUID Vendor Intel Family 6 Model 142 Step 9
Question:
Is it generally possible to disable only L3 cache? the CPU otherwise might work I was reading another article on stackoverflow where the cache completely got disabled L1L2L3 and the machine was too slow for running X
i found this trick, do i disable cache with this?
x:~# cat /proc/mtrr
reg00: base=0x080000000 ( 2048MB), size= 2048MB, count=1: uncachable
reg01: base=0x07c000000 ( 1984MB), size= 64MB, count=1: uncachable
reg02: base=0x07b800000 ( 1976MB), size= 8MB, count=1: uncachable
x:~# echo disable=00 > /proc/mtrr
x:~# echo disable=01 > /proc/mtrr
x:~# echo disable=02 > /proc/mtrr
x:~# cat /proc/mtrr
x:~#
I am Curious, if this is my first long lasting stackoverflow post, maybe unknown will again delete it because unknown has not learned about freedom of speech :) censorship forever!