Author Topic: folder view, out of memory in different files  (Read 3843 times)

Offline WiSo

  • Newbie
  • *
  • Posts: 2
folder view, out of memory in different files
« on: September 13, 2006, 08:22:30 AM »
Hi,

using roundcubemail on Debain Sarge with Apache 2.2.3, php 5.1.6 and mysql5 I get an out of memory error when I click on "folder" in the personal settings. Currently the memory_limit is set to 16M but I tried it also with 32M and 64M. The only thing which differs are the files:
Code: [Select]
[13-Sep-2006 13:08:06] PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 21185 bytes) in /data/ws0/roundcubemail/program/lib/utf8.class.php on line 88
[13-Sep-2006 13:10:21] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 149 bytes) in /data/ws0/roundcubemail/program/include/rcube_shared.inc on line 1264
[13-Sep-2006 13:14:28] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 137 bytes) in /data/ws0/roundcubemail/program/include/rcube_shared.inc on line 1264
[13-Sep-2006 13:35:53] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 149 bytes) in /data/ws0/roundcubemail/program/include/rcube_shared.inc on line 1266
[13-Sep-2006 13:37:17] PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 21185 bytes) in /data/ws0/roundcubemail/program/lib/utf8.class.php on line 88
[13-Sep-2006 13:50:34] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 28835715 bytes) in /data/ws0/roundcubemail/program/include/main.inc on line 1132

Since the uw-imapd and postfix installation is very "young" I only have four mailboxes with a few mails (less than 20).
Any ideas what I did wrong?

Offline WiSo

  • Newbie
  • *
  • Posts: 2
Re: folder view, out of memory in different files
« Reply #1 on: September 14, 2006, 07:13:35 AM »
Seems to be a problem with uw-imapd. Installed dovecot and it works fine.