- working on adding FMP’s to FA
- fixed RA throwing exception on refreshing Financial Data
- experimented MySQL with some different configuration, but no noticeable difference as mine is already quick, but will try on-site tomorrow
- key_buffer = 16M
max_allowed_packet = 100M
table_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M - innodb_buffer_pool_size = 16M
innodb_additional_mem_pool_size = 2M
## Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 5M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M
- key_buffer = 16M
