- Desde
- 4 Ene 2013
- Mensajes
- 82
Cuando puedas contactame por MP para ayudarte.
Saludos
Saludos
No es normal este consumo o puede que si? osea aumente el memory_limit en php.ini y no tuve ningun problema mas.
Si subes el memory_limit consumiran más ram, ya que se lo estas permitiendo, el tema es normal y a la vez no lo es, o sea suele pasar pero es por que en tu web tienes algo que , consume esa RAM; por eso te digo que primero revises la web, plugins y scripts que tengas que seguro encuentras ahí el problema antes que viendo el servidor, ya que la RAM la esta consumiendo tu web.
[mysqld]
innodb_file_per_table=1
default-storage-engine=MyISAM
open_files_limit = 10000
local-infile=0
[COLOR=#000000]# * Fine Tuning[/COLOR]
[COLOR=#000000]#[/COLOR]
[COLOR=#000000]key_buffer = 16M[/COLOR]
[COLOR=#000000]max_allowed_packet = 1M[/COLOR]
[COLOR=#000000]thread_stack = 64K[/COLOR]
[COLOR=#000000]thread_cache_size = 4[/COLOR]
[COLOR=#000000]# This replaces the startup script and checks MyISAM tables if needed[/COLOR]
[COLOR=#000000]# the first time they are touched[/COLOR]
[COLOR=#000000]myisam-recover = BACKUP[/COLOR]
[COLOR=#000000]#max_connections = 500[/COLOR]
[COLOR=#000000]#table_cache = 64[/COLOR]
[COLOR=#000000]#thread_concurrency = 40[/COLOR]
[COLOR=#000000]#[/COLOR]
[COLOR=#000000]# * Query Cache Configuration[/COLOR]
[COLOR=#000000]#[/COLOR]
[COLOR=#000000]query_cache_limit = 1M[/COLOR]
[COLOR=#000000]query_cache_size = 16M
[/COLOR]