Hello,
I feel like I'm not getting everything out of my server, which is pretty good in my opinion. These are the specs:
Harddisk: 2x 2000 GB SATA 3,5" 7.200 rpm
CPU: AMD Opteron 3280 Octacore
Barebone: Fujitsu PRIMERGY MX130 S2
RAM: 24x Gigabyte RAM
I was advised that I should also looking into optimizing my mysql settings. I had a go at it, made some adjustments. This is my current my.cnf file:
These are the pictures I've got out of mysqltuner and Tuning Primer:
I appreciate if you could share what exactly I should change & add to my settings.
Thank you in advance.
I feel like I'm not getting everything out of my server, which is pretty good in my opinion. These are the specs:
Harddisk: 2x 2000 GB SATA 3,5" 7.200 rpm
CPU: AMD Opteron 3280 Octacore
Barebone: Fujitsu PRIMERGY MX130 S2
RAM: 24x Gigabyte RAM
I was advised that I should also looking into optimizing my mysql settings. I had a go at it, made some adjustments. This is my current my.cnf file:
Code:
[mysqld]
local-infile=0
safe-show-database
default-character-set=utf8
default-collation=utf8_general_ci
max_connections = 600
max_user_connections=100
key_buffer_size = 512M
myisam_sort_buffer_size = 64M
read_buffer_size = 1M
table_open_cache = 5000
thread_cache_size = 384
wait_timeout = 20
connect_timeout = 10
tmp_table_size = 256M
max_heap_table_size = 128M
max_allowed_packet = 64M
net_buffer_length = 16384
max_connect_errors = 10
concurrent_insert = 2
#table_lock_wait_timeout only for mysql5
table_lock_wait_timeout = 10
read_rnd_buffer_size = 786432
bulk_insert_buffer_size = 8M
query_cache_limit = 5M
query_cache_size = 128M
query_cache_type = 1
query_prealloc_size = 262144
query_alloc_block_size = 65536
transaction_alloc_block_size = 8192
transaction_prealloc_size = 4096
max_write_lock_count = 8
slow_query_log
external-locking=FALSE
open_files_limit=50000
[mysqldump]
quick
max_allowed_packet = 16M
[isamchk]
key_buffer = 384M
sort_buffer = 384M
read_buffer = 256M
write_buffer = 256M
[myisamchk]
key_buffer = 384M
sort_buffer = 384M
read_buffer = 256M
write_buffer = 256M
#### Per connection configuration ####
sort_buffer_size = 1M
join_buffer_size = 1M
thread_stack = 192K




I appreciate if you could share what exactly I should change & add to my settings.
Thank you in advance.
Attachments
-
59.8 KB Views: 2
-
61.9 KB Views: 5
-
37.8 KB Views: 2
-
97.6 KB Views: 3
Last edited: