update
This commit is contained in:
2
pgsql/Demo/SingleNode/pgsql/conf.d/xxxx.conf.example
Normal file
2
pgsql/Demo/SingleNode/pgsql/conf.d/xxxx.conf.example
Normal file
@@ -0,0 +1,2 @@
|
||||
listen_addresses = '*'
|
||||
|
@@ -1,19 +0,0 @@
|
||||
[mysqld]
|
||||
mysqlx = OFF
|
||||
skip-name-resolve = 1
|
||||
max-user-connections = 600
|
||||
|
||||
## this should be less than 80% of total memory
|
||||
innodb-buffer-pool-size = xxxxG
|
||||
|
||||
## this should be half of "innodb-buffer-pool-size"
|
||||
innodb-buffer-pool-instances = xxxx
|
||||
|
||||
# binlog
|
||||
server-id = 1
|
||||
log-bin = /var/lib/mysql-bin/master
|
||||
binlog-format = ROW
|
||||
binlog-expire-logs-seconds = 172800
|
||||
gtid-mode = ON
|
||||
enforce-gtid-consistency = TRUE
|
||||
|
Reference in New Issue
Block a user