Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
freddielunchbird committed Oct 23, 2024
1 parent 219c66d commit 46de10b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/user/Howto/Terraform-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ In that case set:
network_vpc_uuid = ccx_vpc.venus.id
```

in the resource "ccx_datastore" section, see also [example_datastore.tf](examples/example_datastore.tf)
in the resource "ccx_datastore" section, see also [example_datastore.tf](https://github.com/severalnines/terraform-provider-ccx/blob/master/examples/example_datastore.tf)

### Advanced Usage

Expand Down
20 changes: 11 additions & 9 deletions docs/user/Reference/Products/MariaDb/configuration.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# Configuration
## Important default values
### max_connections
## max_connections
* 75 connections / GB of RAM.
* Example: 4GB of RAM yields 300 connections.
* This setting cannot be changed as it affects system stability.

### sql_mode
* This setting cannot be changed currently. Please contact support to change this.

### time_zone
* This setting cannot be changed currently. Please contact support to change this.
## InnoDb settings
* These setting cannot be changed as it affects system stability.
### innodb_buffer_pool_size
* 50% of RAM if total RAM is > 4GB
* 25% of RAM if total RAM is <= 4GB
### innodb_log_file_size
* 1024 MB if innodb_buffer_pool_size >= 8192MB
* 512 MB if innodb_buffer_pool_size < 8192MB
### innodb_buffer_pool_instances
* 8

## Storage
### Recommended storage size
* We recommend a maximum of 100GB storage per GB of RAM.
* Example: 4GB of RAM yields 400GB of storage.
* The recommendation is not enforced by the CCX platform.


0 comments on commit 46de10b

Please sign in to comment.