Hallo,
Auf einem 1012er mit SUSE10.0,MySQL4.1,Apache2 und 2GB RAM läuft mein Speicher mit dem MySQL Prozess innerhalb weniger Stunden voll (1,4GB), sodaß er swappt und schliesslich abschmiert...
Dabei läuft z.Zt. nur ein Joomla CMS auf dem Server mit 60GB mtl. Traffic.
Ich verwende folgende my.cnf:
[...]
Wo kann der Fehler liegen? Ich bin ratlos...
Vielen Dank für Eure Hilfe!
Auf einem 1012er mit SUSE10.0,MySQL4.1,Apache2 und 2GB RAM läuft mein Speicher mit dem MySQL Prozess innerhalb weniger Stunden voll (1,4GB), sodaß er swappt und schliesslich abschmiert...
Dabei läuft z.Zt. nur ein Joomla CMS auf dem Server mit 60GB mtl. Traffic.
Ich verwende folgende my.cnf:
Code:
[mysqld]
key_buffer_size = 32M
sort_buffer_size = 128K
myisam_sort_buffer_size = 128K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
join_buffer_size = 3M
query_cache_type = 1
query_cache_size = 32M
max_heap_table_size = 48M
tmp_table_size = 48M
max_allowed_packet = 1M
thread_cache_size = 32
table_cache = 2048
open_files_limit = 4096
max_connections = 125
local-infile = 0
long_query_time = 2
low_priority_updates = 1
wait_timeout = 30
myisam_recover
# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 4
skip-locking
skip-networking
skip-name-resolve
skip-external-locking
Wo kann der Fehler liegen? Ich bin ratlos...
Vielen Dank für Eure Hilfe!