-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
219c66d
commit 46de10b
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|