Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66660 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85177 invoked from network); 16 Mar 2013 06:42:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2013 06:42:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain zend.com does not designate 209.85.212.49 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.212.49 mail-vb0-f49.google.com Received: from [209.85.212.49] ([209.85.212.49:52671] helo=mail-vb0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/51-13245-85414415 for ; Sat, 16 Mar 2013 01:42:33 -0500 Received: by mail-vb0-f49.google.com with SMTP id s24so2340289vbi.36 for ; Fri, 15 Mar 2013 23:42:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=jSu3wTPeGbpkSiU0tbh2nAr6utyriCxOraPWDa8ujCQ=; b=kJV1qbwIUUkLcGjmrjUF2NaARCng49oWLFYsfTumfjHpOnKVBq/nejce4oSNNxvy9T 1WWR5qeNX/FCi9mfo+iqzbeAqBlBVxuey9p8sexhS+KE2Vgf2EcKgBYd38FEd7ccZtGE 5tCzTjywZBRHz9ralvpGGbYu3DZpiYszBd5LPq1I3wilDUqHG6nKeAm8udy6RGh6k0yO ZyTifS/vWh5Pg+8jJcRmwkroNmunLHNnxmlzbJFp6v79eNLAQHMpZ66GDH83W9VzE5bp sMUb7sfaj0h/OsQ6hcuJyQhu/qJhEqkyPI01svpqLeEh/FIbpJV62GDECJLx1tOT8qJ0 tUAQ== MIME-Version: 1.0 X-Received: by 10.52.178.1 with SMTP id cu1mr8997239vdc.97.1363416150399; Fri, 15 Mar 2013 23:42:30 -0700 (PDT) Received: by 10.52.115.170 with HTTP; Fri, 15 Mar 2013 23:42:30 -0700 (PDT) In-Reply-To: <5144120A.40206@lerdorf.com> References: <5143D0B7.80204@lerdorf.com> <5144120A.40206@lerdorf.com> Date: Sat, 16 Mar 2013 10:42:30 +0400 Message-ID: To: Rasmus Lerdorf Cc: PHP internals , Andi Gutmans , Zeev Suraski Content-Type: multipart/alternative; boundary=20cf3071ccae53829704d8050ffe X-Gm-Message-State: ALoCoQlNczDjWFnBGxJBp14FF3A+NZpap7B1WoS4y/FL8PBdwMTfM+w+r6bdqRJD7SwL5ka/7bqdFEjQSgws2JGC7L+T7JHlgbJSO4Wz0WeNiKzpcBB6PwXOUTVNiZrjAJxNILvJWdWx Subject: Re: Opcache tuning From: dmitry@zend.com (Dmitry Stogov) --20cf3071ccae53829704d8050ffe Content-Type: text/plain; charset=UTF-8 On Saturday, March 16, 2013, Rasmus Lerdorf wrote: > On 03/15/2013 11:13 PM, Dmitry Stogov wrote: > > Hi Rasmus, > > > > restart_count - makes sense > > > > last_restart_reason - is not very useful, I think it's better to add > > separate countersfor each reason (memory overflow, hash overflow, wasted > > memory). > > > > What do you think? > > Sure, separate counters give us even more granularity. It should be > obvious which config param to tune and right now that is quite hard to > figure out unless you sit and watch it for a while or catch it at just > the right moment. Great. Please, propose the uniform names or even better prepare a path for PHP-5.5. Another small tweak, I noticed that with enable_cli off it still loads > the blacklist when sapi=cli. There doesn't seem to be much point in > that, is there? I'll need to look into it. I'm not completely sure about ini on_modify callback invocation order... Dmitry. > -Rasmus > --20cf3071ccae53829704d8050ffe--