Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ulimit -a
- core file size (blocks, -c) 0
- data seg size (kbytes, -d) unlimited
- scheduling priority (-e) 0
- file size (blocks, -f) unlimited
- pending signals (-i) 200543
- max locked memory (kbytes, -l) 64
- max memory size (kbytes, -m) unlimited
- open files (-n) 100000
- pipe size (512 bytes, -p) 8
- POSIX message queues (bytes, -q) 819200
- real-time priority (-r) 0
- stack size (kbytes, -s) 8192
- cpu time (seconds, -t) unlimited
- max user processes (-u) 200543
- virtual memory (kbytes, -v) unlimited
- file locks (-x) unlimited
- iostat -x
- Linux 3.10.0-693.17.1.el7.x86_64 (vmi162141.contaboserver.net) 03/05/2018 _x86_64_ (10 CPU)
- avg-cpu: %user %nice %system %iowait %steal %idle
- 6.15 0.00 0.14 0.19 0.03 93.48
- Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
- sda 0.40 7.21 1.39 8.14 393.04 8760.61 1919.74 2.06 215.75 24.47 248.43 2.12 2.02
- cat /etc/my.cnf.d/*
- #
- # These two groups are read by the client library
- # Use it for options that affect all clients, but not the server
- #
- [client]
- # This group is not read by mysql client library,
- # If you use the same .cnf file for MySQL and MariaDB,
- # use it for MariaDB-only client options
- [client-mariadb]
- #
- # !include this file into your my.cnf (or any of *.cnf files in /etc/my.cnf.d)
- # and it will enable data at rest encryption. This is a simple way to
- # ensure that everything that can be encrypted will be and your
- # data will not leak unencrypted.
- #
- # DO NOT EDIT THIS FILE! On MariaDB upgrades it might be replaced with a
- # newer version and your edits will be lost. Instead, add your edits
- # to the .cnf file after the !include directive.
- #
- # NOTE that you also need to install an encryption plugin for the encryption
- # to work. See https://mariadb.com/kb/en/mariadb/data-at-rest-encryption/#encryption-key-management
- #
- [mariadb]
- aria-encrypt-tables
- encrypt-binlog
- encrypt-tmp-disk-tables
- encrypt-tmp-files
- loose-innodb-encrypt-log
- loose-innodb-encrypt-tables
- #
- # These groups are read by MariaDB command-line tools
- # Use it for options that affect only one utility
- #
- [mysql]
- [mysql_upgrade]
- [mysqladmin]
- [mysqlbinlog]
- [mysqlcheck]
- [mysqldump]
- [mysqlimport]
- [mysqlshow]
- [mysqlslap]
- #
- # These groups are read by MariaDB server.
- # Use it for options that only the server (but not clients) should see
- #
- # See the examples of server my.cnf files in /usr/share/mysql/
- #
- # this is read by the standalone daemon and embedded servers
- [server]
- # this is only for the mysqld standalone daemon
- [mysqld]
- #
- # * Galera-related settings
- #
- [galera]
- # Mandatory settings
- #wsrep_on=ON
- #wsrep_provider=
- #wsrep_cluster_address=
- #binlog_format=row
- #default_storage_engine=InnoDB
- #innodb_autoinc_lock_mode=2
- #
- # Allow server to accept connections on all interfaces.
- #
- #bind-address=0.0.0.0
- #
- # Optional setting
- #wsrep_slave_threads=1
- #innodb_flush_log_at_trx_commit=0
- # this is only for embedded server
- [embedded]
- # This group is only read by MariaDB servers, not by MySQL.
- # If you use the same .cnf file for MySQL and MariaDB,
- # you can put MariaDB-only options here
- [mariadb]
- # This group is only read by MariaDB-10.1 servers.
- # If you use the same .cnf file for MariaDB of different versions,
- # use this group for options that older servers don't understand
- [mariadb-10.1]
- [mariadb]
- # See https://mariadb.com/kb/en/how-to-enable-tokudb-in-mariadb/
- # for instructions how to enable TokuDB
- #
- # See https://mariadb.com/kb/en/tokudb-differences/ for differences
- # between TokuDB in MariaDB and TokuDB from http://www.tokutek.com/
- #plugin-load-add=ha_tokudb.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement