UniMult wrote: Thanks for looking into this. Your memory test stopped at 39M. Below is the hosts php.ini configuration. What setting needs to be changed and to what value?
Configuration option PHP 5.6
Zend Framework v2.6.0-dev
allow_call_time_pass_reference Not supported
allow_url_fopen Activated
display_errors Activated
error_reporting 22517
html_errors Activated
include_path .:<span>/</span>usr<span>/</span>lib/php5.6
log_errors Deactivated
magic_quotes_runtime Not supported
magic_quotes_sybase Not supported
max_execution_time 50000
memory_limit 120M
post_max_size 8M
precision 14
safe_mode Deactivated
short_open_tag Activated
upload_max_filesize 40M
This shows that the 39 (probably 40MB limit) that you have on your PHP memory does not come from php.ini.
It can come from Apache configuration, or other hosting limits. Please ask your hoster, as those configurations need root access.
But for sure, your site is limited to 39-40 MB. You can give that php file URL to your hoster, so he can check his limits.