I am some kind a newbie on this platform. I find a bug or probably an issue maybe someone can help me.
If I change my.cnf (MySql) an make some simple Innodb modifications for increase mysql performance, the Sentora Administration platform will stop to work properly. I can not change any previsions settings.
All php _POST or _GET interrogations scripts for change or insert in Sentora database will stop to work.
For developers put this in your mysql conf:
innodb_additional_mem_pool_size = 16M
innodb_buffer_pool_size = 2G
innodb_data_file_path = ibdata1:10M:autoextend
innodb_write_io_threads = 8
innodb_read_io_threads = 8
innodb_force_recovery=1
innodb_thread_concurrency = 16
innodb_flush_log_at_trx_commit = 1
innodb_log_files_in_group = 3
innodb_max_dirty_pages_pct = 90
innodb_lock_wait_timeout = 120
Restart of course mysql and please try to make any modification on Sentora Panel.
Thank you and best regards,
Patrick
P.S. Sentora Platform 1.0.3, core 1.0.0 standard theme without any broken module.
If I change my.cnf (MySql) an make some simple Innodb modifications for increase mysql performance, the Sentora Administration platform will stop to work properly. I can not change any previsions settings.
All php _POST or _GET interrogations scripts for change or insert in Sentora database will stop to work.
For developers put this in your mysql conf:
innodb_additional_mem_pool_size = 16M
innodb_buffer_pool_size = 2G
innodb_data_file_path = ibdata1:10M:autoextend
innodb_write_io_threads = 8
innodb_read_io_threads = 8
innodb_force_recovery=1
innodb_thread_concurrency = 16
innodb_flush_log_at_trx_commit = 1
innodb_log_files_in_group = 3
innodb_max_dirty_pages_pct = 90
innodb_lock_wait_timeout = 120
Restart of course mysql and please try to make any modification on Sentora Panel.
Thank you and best regards,
Patrick
P.S. Sentora Platform 1.0.3, core 1.0.0 standard theme without any broken module.