Config: Reduce minimum memory requirement from 2 to 1 GB
This commit is contained in:
parent
7a97a3a531
commit
bf8de9be22
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ const Megabyte = 1000 * 1000
|
|||
const Gigabyte = Megabyte * 1000
|
||||
|
||||
// MinMem is the minimum amount of system memory required.
|
||||
const MinMem = 2 * Gigabyte
|
||||
const MinMem = Gigabyte
|
||||
|
||||
// RecommendedMem is the recommended amount of system memory.
|
||||
const RecommendedMem = 5 * Gigabyte
|
||||
|
|
Loading…
Reference in a new issue