To solve memory size problem just follow following steps

  1. Create a file called “php.ini” to any location

  2. Add following test to the file: memory_limit=256M; (Note: you can also increases size)

  3. save file.

  4. upload file in “wp-admin” folder of wordpress install directory.

  5. Reload page error will be solved.