I've tried the lasted relaese to install on hjoomla 3 most recent.
It ends with a memory failure.
I tried 2.1.3 and previous release 2.1.2.
I tried it on a xampp installation on a windows 7 machine, with php7
I tried it on a debian nginx installation also php7.
Everything is up-to-date in both systems.
In php.ini 256M is set in both systems.
When I do a memcheck of php info, this is reported.
I made a little change to the php script (phpmemtest.php) that tests memory. Up to 270M (attached, remove .txt extension)
This is the result:
....
You have allocated 249M (261450600) memory in this php script
You have allocated 250M (262499176) memory in this php script
You have allocated 251M (263547752) memory in this php script
You have allocated 252M (264596328) memory in this php script
You have allocated 253M (265644904) memory in this php script
So the message that suggests that 128M is exceeded is wrong. This is not set. It is btw a very high memory usage that indicates there is something wrong. It must be a bug in the install files.
I found more about this on a German site. Same problem, same release.