Hello:
I'm using osticket since 1.10.1, and i haven't had any problem.
When I upgrade the version to 1.10.4 then, the usage of cpu is over the 90%, and the process that are eating the cpu is mysql.
The server specifications are:
- SO: Ubuntu 14.04.5
- Apache 2.4.7
- Mysql 5.5.59
- PHP 5.5.9
With the osticket 1.10.1, the cpu is above of 60%, while with the new version, the cpu is normally in 80-90%, the configuration of mysql is the next:
[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock
[mysqld_safe]
socket = /var/run/mysqld/mysqld.sock
nice = 0
[mysqld]
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc-messages-dir = /usr/share/mysql
skip-external-locking
key_buffer = 16M
max_allowed_packet = 16M
thread_stack = 192K
thread_cache_size = 8
myisam-recover = BACKUP
query_cache_limit = 1M
query_cache_size = 16M
log_error = /var/log/mysql/error.log
expire_logs_days = 10
max_binlog_size = 100M
[mysqldump]
quick
quote-names
max_allowed_packet = 16M
[mysql]
[isamchk]
key_buffer = 16M
#
# * IMPORTANT: Additional settings that can override those from this file!
# The files must end with '.cnf', otherwise they'll be ignored.
#
!includedir /etc/mysql/conf.d/
anymore has the same problem???? How can I obtain better performance?
Thanks and regards