Kasra Bigdeli
2023-10-13 17:55:24 -07:00
parent e08c55db89
commit 10ea8dbf71
-8
View File
@@ -51,14 +51,6 @@ function checkSystemReq() {
console.log(' Ubuntu detected.')
}
if (output.Architecture.toLowerCase().indexOf('x86') < 0) {
console.log(
'******* Warning ******* Default CapRover is compiled for X86 CPU. To use CapRover on other CPUs you can build from the source code'
)
} else {
console.log(' X86 CPU detected.')
}
const totalMemInMb = Math.round(output.MemTotal / 1000.0 / 1000.0)
if (totalMemInMb < 1000) {