Ok that makes sense, i have changed my shutdown script to this (newline is the taskill)
@ECHO OFF
start nginx -s quit
taskkill /f /im nginx.exe
taskkill /f /im php-cgi.exe
start apps/mysql/5.6.23/bin/mysqladmin -u root -p shutdown
EXIT
So that should work. I will leave the settings as they are for now for a few days with the lower opcache size set to see how that works.
Thanks for your help again, you have been a huge help and i hope i can resolve all the issues soon,
Jamie
@ECHO OFF
start nginx -s quit
taskkill /f /im nginx.exe
taskkill /f /im php-cgi.exe
start apps/mysql/5.6.23/bin/mysqladmin -u root -p shutdown
EXIT
So that should work. I will leave the settings as they are for now for a few days with the lower opcache size set to see how that works.
Thanks for your help again, you have been a huge help and i hope i can resolve all the issues soon,
Jamie