Correct physical memory comparison
This commit is contained in:
parent
9da06cbd2a
commit
34e642efd2
1 changed files with 1 additions and 1 deletions
|
@ -2028,7 +2028,7 @@ sub system_recommendations {
|
|||
"Consider increasing number of CPU for your database server";
|
||||
}
|
||||
|
||||
if ( $physical_memory < 1600 ) {
|
||||
if ( $physical_memory >= 1.5 * 1024 ) {
|
||||
goodprint "There is at least 1 Gb of RAM dedicated to Linux server.";
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue