mirror of
https://github.com/caprover/caprover
synced 2026-09-25 08:05:35 +00:00
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user