Tekil Mesaj gösterimi
  #1 (permalink)  
Alt 11.05.08, 12:22 PM
Onur - ait Kullanıcı Resmi (Avatar)
Onur Onur isimli Üye şimdilik offline konumundadır
SysAdmin
 
Üyelik tarihi: Jun 2007
Nerden: Karaman
Yaş: 20
Mesajlar: 704
Tecrübe Puanı: 1013
Onur has a reputation beyond reputeOnur has a reputation beyond reputeOnur has a reputation beyond reputeOnur has a reputation beyond reputeOnur has a reputation beyond reputeOnur has a reputation beyond reputeOnur has a reputation beyond reputeOnur has a reputation beyond reputeOnur has a reputation beyond reputeOnur has a reputation beyond reputeOnur has a reputation beyond repute
Onur - MSN üzeri Mesaj gönder
my.cnf dosyasında düzenleme ?

MySQL'da günün belirli saatlerinde aşırı bir şekilde kasma olayı meydana geliyor..Farketmezsek 5 dk içerisinde 100-150 civarına fırlıyor.
my.cnf içerisinde biraz değişiklik yaptım biraz düzelme oldu ama durum halen aynı.

Intel Xeon CPU E5310 @ 1.60GHz 8CPU
Bellek (RAM) : 2020 MB
Sanal Bellek : 4000 MB
OS : Centos 4.5

Kod:
 
[root@server ~]# cat /etc/my.cnf
[mysqld]
datadir=/var/lib/mysql
skip-locking
skip-innodb
query_cache_limit=2M
query_cache_size=256M
query_cache_type=1
max_user_connections=300
max_connections=500
interactive_timeout=10
wait_timeout=20
connect_timeout=20
thread_cache_size=256
key_buffer=2M
join_buffer=2M
max_connect_errors=10
max_allowed_packet=8M
table_cache=1024
record_buffer=4M
sort_buffer_size=4M
read_buffer_size=4M
read_rnd_buffer_size=4M
thread_concurrency=16
myisam_sort_buffer_size=64M
tmp_table_size=256M

[safe_mysqld]
err-log=/var/log/mysqld.log
open_files_limit=8192
opened_tables=10240
[mysqldump]
quick
max_allowed_packet=8M
[mysql]
no-auto-rehash
[isamchk]
key_buffer=32M
sort_buffer=32M
read_buffer=8M
write_buffer=8M
[myisamchk]
key_buffer=32M
sort_buffer=64M
read_buffer=16M
write_buffer=16M
[mysqlhotcopy]
interactive-timeout
Ne tavsiye edersiniz ?
Alıntı ile Cevapla