Project

General

Profile

Actions

Bug #260

closed

memleak ?(1.4.3)

Added by Anonymous over 18 years ago. Updated over 17 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

about 20K hits

top snip


  PID USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME CPU COMMAND
 1022 nobody    15   0 36524  32M   396 S     1.0  3.2   2:23   0 lighttpd

config file snip


server.max-keep-alive-requests = 64
server.max-keep-alive-idle = 30
server.max-read-idle = 60
server.max-write-idle = 360
server.modules              = (
"mod_access",
"mod_fastcgi",
"mod_simple_vhost",
"mod_compress",
"mod_accesslog" )

fastcgi.server     = ( ".php" =>
( "localhost" =>
        (
          "socket" => "/tmp/php-fastcgi.socket",
          "bin-path" => "/site/php/bin/php",
              "bin-copy-environment" => (
                "SHELL", "USER" 
        ),
        "bin-environment" => ( 
            "PATH" => "/bin;/usr/bin" 
        ),
        "broken-scriptfilename" => "enable" 
        )
     )
 )
Actions #1

Updated by jan over 18 years ago

  • Status changed from New to Fixed
  • Resolution set to duplicate

this is a duplicate of #251

Please check if the proposed fix in the original bugreport solves the problem.

Actions

Also available in: Atom