update system-info text
This commit is contained in:
+1
-1
@@ -315,7 +315,7 @@ export async function initSystemSpecs(): Promise<void> {
|
|||||||
`OS: ${os.distro}\n` +
|
`OS: ${os.distro}\n` +
|
||||||
`RUNTIME: ${run.runtime} ${run.version}\n` +
|
`RUNTIME: ${run.runtime} ${run.version}\n` +
|
||||||
`DOCKER: ${Environment.IS_DOCKER}\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`;
|
`RAM: ${ramSize} GB`;
|
||||||
|
|
||||||
setSystemInfo(text);
|
setSystemInfo(text);
|
||||||
|
|||||||
Reference in New Issue
Block a user