BMS-HOSxP Community
HOSxP => แจ้งปัญหา / ขอความช่วยเหลือ => ข้อความที่เริ่มโดย: SV_Phichit ที่ มิถุนายน 25, 2010, 20:41:06 PM
-
รบกวนอาจารย์ทุกท่าน ช่วยดู My.cnf ให้ด้วยครับไม่รู้เป้นไง WorkLoad เดี๋ยวสูง เดี๋ยวต่ำ Server ล่มบ่อยครับ ช่วง 2-3 วันนี้Ram 4 GB ครับ ใช้ MySQL 5.1.30 ครับ
-
#Begin /etc/my.cnf
[client]
port = 3306
socket = /var/lib/mysql/mysql.sock
default-character-set=tis620
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
key_buffer = 384M
max_allowed_packet = 16M
table_cache = 1000
sort_buffer_size = 1M
max_heap_table_size = 256M
read_buffer_size = 1M
read_rnd_buffer_size = 4M
myisam_sort_buffer_size = 128M
thread_cache = 8
query_cache_size= 32M
thread_concurrency = 8
default-character-set=tis620
skip-name-resolve
innodb_file_per_table
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
max_connections=500
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
#innodb_log_arch_dir = /var/lib/mysql/
innodb_buffer_pool_size = 384M ---->>> ปรับเป็น 2048 M ระบบน่าจะดีขึ้นครับ
innodb_additional_mem_pool_size = 20M
innodb_log_file_size = 5242880
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50
[mysqldump]
quick
max_allowed_packet = 16M
allow-keywords
[mysql]
no-auto-rehash
default-character-set=tis620
[isamchk]
key_buffer = 128M
sort_buffer_size = 128M
read_buffer = 2M
write_buffer = 2M
[myisamchk]
key_buffer = 128M
sort_buffer_size = 128M
read_buffer = 2M
write_buffer = 2M
[mysqlhotcopy]
interactive-timeout
#End /etc/my.cnf
-
ขอบคุณครับ กำลังทดสอบวันเสาร์นี้ครับว่าจะเป็นอย่างไร ;D
-
ถ้าจะให้ดี upgrade เป็น percona-xtradb จะเร็วกว่านี้ครับ
-
ผม โหลดมาแล้ว
Percona-XtraDB-51-5.1.45-10.rhel4.src
Percona-XtraDB-client-51-5.1.45-10.rhel4.x86_64
Percona-XtraDB-server-51-5.1.45-10.rhel4.x86_64
Percona-XtraDB-shared-51-5.1.45-10.rhel4.x86_64
-------------------------------------------------------------------
แล้วไม่ทราบว่าติดตั้งเหมือน MySQL หรือเปล่าครับจะใช้กับ CentOS 5.4 X86 64Bit
ส่วน My.cnf จะต้องแก้ไขอะไรเพิ่มหรือไม่ครับถ้ามีวิธีติดตั้งรบกวนขอด้วยครับ....ขอคุณมากครับ
;D
-
my.cnf จะต้องเพิ่ม section ของ percona
############# Percona XtraDB ############
innodb_adaptive_checkpoint = 1
innodb_io_capacity = 10000
innodb_write_io_threads = 16
innodb_read_io_threads = 16