lfjigu 发表于 2018-10-11 08:10:23

mysql 内存优化之关闭numa-roidba

Mariadb  
# mysqld_safe --help
  
Usage: /usr/bin/mysqld_safe
  
--no-defaults            Don't read the system defaults file
  
--core-file-size=LIMIT   Limit core files to the specified size
  
--defaults-file=FILE       Use the specified defaults file
  
--defaults-extra-file=FILE Also use defaults from the specified file
  
--ledir=DIRECTORY          Look for mysqld in the specified directory
  
--open-files-limit=LIMIT   Limit the number of open files
  
--crash-script=FILE      Script to call when mysqld crashes
  
--timezone=TZ            Set the system timezone
  
--malloc-lib=LIB         Preload shared library LIB if available
  
--mysqld=FILE            Use the specified file as mysqld
  
--mysqld-version=VERSION   Use "mysqld-VERSION" as mysqld
  
--dry-run                  Simulate the start to detect errors but don't start
  
--nice=NICE                Set the scheduling priority of mysqld
  
--no-auto-restart          Exit after starting mysqld
  
--nowatch                  Exit after starting mysqld
  
--plugin-dir=DIR         Plugins are under DIR or DIR/VERSION, if
  
                           VERSION is given
  
--skip-kill-mysqld         Don't try to kill stray mysqld processes
  
--syslog                   Log messages to syslog with 'logger'
  
--skip-syslog            Log messages to error log (default)
  
--syslog-tag=TAG         Pass -t "mysqld-TAG" to 'logger'
  
--flush-caches             Flush and purge buffers/caches before
  
                           starting the server
  
--numa-interleave          Run mysqld with its memory interleaved
  
                           on all NUMA nodes
  
All other options are passed to the mysqld program.


页: [1]
查看完整版本: mysql 内存优化之关闭numa-roidba