Prueba / myroundcube

Automatically exported from code.google.com/p/myroundcube
0 stars 0 forks source link

[calendar] out of memory during parse from caldav backend #683

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Token: aeec5bdc442283c28079788c679f671b (Don't modify this token!)
Version: 18.1.8 (14-05-2014)
PHP: 5.4.20
RCMAIL: 1.0.1
Database: mysql
SERVER: Apache/2.4.6 (Linux/SUSE)
----
I.  Issue Description:
after adding my caldav server as a backend (Mac OS X, 10.9.3, Server 3.1.1) 
with tons of events recorded and clicking on Calendar in Roundcube, I get a 
memory exhausted error from PHP.
I tried two additional users from the same server, both having a few calendar 
entries, they work fine.

roundcube: PHP Fatal error:  Allowed memory size of 67108864 bytes exhausted 
(tried to allocate 64 bytes) in 
/srv/www/htdocs/plugins/calendar/program/backend/caldav.php on line 367

PHP memory limit is set to 512M. I set caldav debug to true, but I can't really 
pinpoint the ical entry in question. What would be the best approach from here?

Thanks,

Ronny

II. Steps to reproduce the Issue:
1. restart apache
2. login to roundcube
3. click on Calendar

Original issue reported on code.google.com by rbre...@almanid.com on 18 May 2014 at 6:09

GoogleCodeExporter commented 8 years ago
It looks like your memory limit is still 64M (67108864).

An alternative is to export your events from Mac OS X as ICS. Then split the 
ICS and import into calendar.

Please go in future with such kind of issues to support forum 
(http://forum.myroundcube.com).

Original comment by roland.l...@gmail.com on 19 May 2014 at 3:15