I'm planning to set my MariaDB SQL server with the following options on FreeBSD 13.1 + ZFS. I'm planning a modest, non-dangerous set of options:
skip-innodb_doublewrite
symbolic-links=0
max_allowed_packet=512M
max_connections=250
innodb_io_capacity=15000
innodb_doublewrite = 0
innodb_flush_method = O_DSYNC
innodb_log_write_ahead_size=16384
innodb_flush_neighbors=0
#innodb_use_atomic_writes=0 <- not really sure about this?
innodb_read_io_threads = 10
innodb_write_io_threads = 10
innodb_fast_shutdown = 0
Hardware: 64 GB DDR4 RAM + 2x1TB NVMe disk in ZFS - stripe mode (That's simply a RAID0 I guess)
What do you BSD people think on these?
Any advice, any suggestion would be much appreciated.
skip-innodb_doublewrite
symbolic-links=0
max_allowed_packet=512M
max_connections=250
innodb_io_capacity=15000
innodb_doublewrite = 0
innodb_flush_method = O_DSYNC
innodb_log_write_ahead_size=16384
innodb_flush_neighbors=0
#innodb_use_atomic_writes=0 <- not really sure about this?
innodb_read_io_threads = 10
innodb_write_io_threads = 10
innodb_fast_shutdown = 0
Hardware: 64 GB DDR4 RAM + 2x1TB NVMe disk in ZFS - stripe mode (That's simply a RAID0 I guess)
What do you BSD people think on these?
Any advice, any suggestion would be much appreciated.