Help
General ArrowChat talk that doesn't fit any other forum.
User avatar
alexmbn
Customer
 
Posts: 15
Joined: 10 Apr 2012, 02:44

 

by alexmbn 08 Oct 2012, 15:10

Hi MFonti,
It runs under Joomla 1.5.26
and JomSocial 2.6.1

CSS and Java minifyers are On, Gzip also, Cache is everywhere (gantry ache + Joomla core cache system).

I have to look deeper into the Apache config. Quite fresh on that on.

Regards
User avatar
MFonti
Customer
 
Posts: 24
Joined: 26 Sep 2012, 14:57

 

by MFonti 08 Oct 2012, 15:20

Please take a look also into my.cnf config.

Mine is here (but I have a 16 GB root server quadcore):

Code: Select all
[mysqld]
#set-variable=local-infile=0
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
bind-address=127.0.0.1

max_connections = 250
key_buffer = 128M
myisam_sort_buffer_size = 128M
join_buffer_size = 4M
read_buffer_size = 4M
sort_buffer_size = 8M
table_cache = 3600
thread_cache_size = 1024
wait_timeout = 3600
connect_timeout = 10
tmp_table_size = 256M
max_heap_table_size = 64M
max_allowed_packet = 64M
max_connect_errors = 10
read_rnd_buffer_size = 2M
bulk_insert_buffer_size = 8M
query_cache_limit = 12M
query_cache_size = 2048M
query_cache_type = 1
query_prealloc_size = 1M
query_alloc_block_size = 32768
default-storage-engine = MyISAM
thread_concurrency=8

# Disabling symbolic-links is recommended to prevent assorted security risks;
# to do so, uncomment this line:
# symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

[mysqldump]
quick
max_allowed_packet = 64M

[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 32M
write_buffer = 32M
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 16 Dec 2014, 00:26

[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]