XAMPP Apache Server crashes with XAMPP, Joomla 3.x and JCE

If JCE is installed and you are uasing the XAMPP environment, your Apache server may crash with a overflow exception.
This can be fixed by appending the following lines at the apaches http.conf.

# 8388608 = 8*1024*1024
<IfModule mpm_winnt_module&gt
  ThreadStackSize 8388608
</IfModule>