update system-info text

This commit is contained in:
2026-01-28 16:45:10 +03:00
parent 63c64dfa8e
commit 44919f478e
+1 -1
View File
@@ -315,7 +315,7 @@ export async function initSystemSpecs(): Promise<void> {
`OS: ${os.distro}\n` +
`RUNTIME: ${run.runtime} ${run.version}\n` +
`DOCKER: ${Environment.IS_DOCKER}\n` +
`CPU: ${cpu.manufacturer} ${cpu.brand} ${cpu.physicalCores} cores ${cpu.cores} threads\n` +
`CPU: ${cpu.manufacturer} ${cpu.brand} ${cpu.physicalCores} cores ${cpu.cores} threads (${cpu.processors} threads per core)\n` +
`RAM: ${ramSize} GB`;
setSystemInfo(text);