Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#3843 closed defect (invalid)

mythweb out of memory?

Reported by: Dan Damron <dan@…> Owned by: xris
Priority: major Milestone: unknown
Component: mythweb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

just started happening...

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in /var/www/html/modules/tv/includes/objects/Program.php on line 283


Library API version     : 0.20.20070717-1
Source code version     : 14201M
SVN branch              : trunk
Network Protocol Version: 35
Options compiled in:
 linux release using_oss using_alsa using_arts using_backend using_dbox2 using_dvb using_frontend using_hdhomerun using_iptv using_ivtv using_joystick_menu using_lirc using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmcw using_xvmc_vld using_bindings_perl using_live

I have 2G ram on this box... tried restarting apache to no avail..

Change History (6)

comment:1 Changed 17 years ago by xris

Resolution: invalid
Status: newclosed

PHP has its own memory-handling routines. Look for memory_limit in the .htaccess file you use to control mythweb.

comment:2 Changed 17 years ago by danielk

(In [14247]) Refs #3843. Fixes problem causing segfault for gtgj (found 3 instances of improperly closing files/pipes).

comment:3 Changed 17 years ago by danielk

(In [14248]) Refs #3843. Fixes problem causing segfault for gtgj in 0.20-fixes (found 3 instances of improperly closing files/pipes).

comment:4 Changed 17 years ago by danielk

sorry, the last two commits were for #3842.

comment:5 Changed 17 years ago by danielk

(In [14333]) Refs #3843. Rearranges Data Direct setup panel to widen the username field.

comment:6 Changed 17 years ago by danielk

Sorry [14333] should have referenced #3842, not #3843.

Note: See TracTickets for help on using tickets.