Hallo, erstmal danke für die Initiative.
Ich benutzte den Kernel 2.4.21 ???
siehe /var/log/boot:
Code: Select all
Inspecting /boot/System.map-2.4.21-lufs-030704
Loaded 17134 symbols from /boot/System.map-2.4.21-lufs-030704.
Symbols match kernel version 2.4.21.
Du schlechte Skripte im Einsatz?
Das die Scripts schlecht sind, ja gute Frage, wie soll ich das genau beurteilen ? Ich glaube eigentlich sie sind ganz gut. :)
rlimitmem in httpd.conf gesetzt?
Ist nicht gesetzt, was wäre ein sinnvoller Wert ?
:!: ich habe in der php.ini folgende Beschränkung :
Code: Select all
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 12M ; Maximum amount of memory a script may consume (8MB)
:!: in der my.cf habe ich folgendes :
Code: Select all
set-variable = key_buffer=16M
set-variable = max_allowed_packet=16M
set-variable = table_cache=64
set-variable = sort_buffer=512K
set-variable = net_buffer_length=8K
set-variable = myisam_sort_buffer_size=8M
set-variable = query_cache_size=12M
set-variable = max_connections=200
[mysqldump]
quick
set-variable = max_allowed_packet=24M
[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates
[isamchk]
set-variable = key_buffer=20M
set-variable = sort_buffer=20M
set-variable = read_buffer=2M
set-variable = write_buffer=2M
[myisamchk]
set-variable = key_buffer=20M
set-variable = sort_buffer=20M
set-variable = read_buffer=2M
set-variable = write_buffer=2M
[mysqlhotcopy]
interactive-timeout
Hoffe ihr habt noch eine Idee! :)
Gruß
Markus