[horde] Problem with Gollem and Filedownload

Jan Schneider jan at horde.org
Mon Aug 11 08:50:30 UTC 2014


Zitat von Bastian Klein <b.klein at bkims.de>:

> Sorry for secound mail but found the error message ...
>
> PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried
> to allocate 246253498 bytes) in Unknown on line 0, referer:
> https://thor.bkl-online.de/horde/gollem/manager.php

You need a VFS backend that supports streaming, otherwise the data has  
to be copied to memory, the way that VFS is currently implemented.  
Look for readStream() methods in the VFS implementations:  
https://github.com/horde/horde/tree/master/framework/Vfs/lib/Horde/Vfs

-- 
Jan Schneider
The Horde Project
http://www.horde.org/
https://www.facebook.com/hordeproject



More information about the horde mailing list