Increase PHP memory limit in Xampp

Send Us a Sign! (Contact Us!)

The easiest and most obvious method. You need to just edit your php.ini ( probably C:\xampp\php\php.ini ) and change the memory_limit parameter to whatever you need.

For example:

memory_limit = 32M

NOTE: on older XAMPP version the php.ini configuration file could be located under:

C:\xampp\apache\bin\php.ini

CURIOSITY: XAMPP is the acronym of the four system pre-integrated in this simple package: X ("cross"-platform), Apache HTTP Server, mySQL, PHP and Perl.