Addressed @freyes comment

This commit is contained in:
Jorge Niedbalski 2015-06-04 12:11:31 -03:00
parent b5b8049c3b
commit ee2e9ea0c0
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ options:
dataset-size:
default:
type: string
description: How much data do you want to keep in memory in the DB. This will be used to tune settings in the database server appropriately. Suffix this value with 'K','M','G', or 'T' to get the relevant kilo/mega/etc. bytes. If suffixed with %, one will get that percentage of RAM devoted to dataset.
description: (deprecated) How much data do you want to keep in memory in the DB. This will be used to tune settings in the database server appropriately. Suffix this value with 'K','M','G', or 'T' to get the relevant kilo/mega/etc. bytes. If suffixed with %, one will get that percentage of RAM devoted to dataset.
max-connections:
default: -1
type: int
@ -110,4 +110,4 @@ options:
By default this value will be set according to the 50% of system total memory
but also can be set to any specific value for the system.
Suffix this value with 'K','M','G', or 'T' to get the relevant kilo/mega/etc. bytes.
If suffixed with %, one will get that percentage of system total memory devoted.
If suffixed with %, one will get that percentage of system total memory devoted.