I know auto tuning has its limits, but it would be great to quickly determine reasonable starting points for my Windows MySQL InnoDB configuration (innodb_additional_mem_pool_size, innodb_buffer_pool_size, innodb_log_file_size, innodb_log_buffer_size
), given the RAM that I want to allocate to MySQL (512 Mo from a total 4 GB installed).
I found this previous similar question but it had no answer.
Your help is much appreciated!