Search results

  1. G

    [Resolved] APC Fragmentation: should I care?

    Indeed setting the TTL at 0 helped with the fragmentation numbers, I don't see it above 5% anymore. When I upgrade to 4.0.17 I'll try the newest APC. Thanks for your help!
  2. G

    [Resolved] APC Fragmentation: should I care?

    Here's the current status, 2 days uptime: I'm going to try with a zero TTL. How do I use APC 3.1.4 using the php compiler tool available on the web console? Thanks
  3. G

    [Resolved] APC Fragmentation: should I care?

    Hi all, I've been running APC for the last couple of weeks and it's making wonders for my site (IPB forum v3.1). On busy periods I can see cache fragmentation getting on high values such as 30%-40%. Here's a sample (non-busy moment) and my config settings: I've set low TTL...
  4. G

    [Resolved] XCache: PHP Out of memory if cache size > 64M

    That's it, you nailed it. Process limit was at 250/300MB, increased it to 500/600MB and now I can increase the cache size without issues. Thanks a lot for your help.
  5. G

    [Resolved] XCache: PHP Out of memory if cache size > 64M

    Let's see if now I can post the topic link: http://forum.lighttpd.net/topic/100898#20348 Guess I can :)
  6. G

    [Resolved] XCache: PHP Out of memory if cache size > 64M

    I increased memory_limit to 512M but I still can't go over 96M for cache size. I have also posted [1] this same problem on xcache's forum and one user there had xcache working with cache size 256M and php memory_limit 128M, so it seems increasing memory_limit is not the solution...
  7. G

    [Resolved] XCache: PHP Out of memory if cache size > 64M

    Increased memory_limit to 256M and cache size to 128M, still got out of memory errors. However I tried the cache size at 96M and it is working now, so indeed increasing the limit seems to be the solution. Should I still increase the memory_limit and cache size until I don't get 100% cache...
  8. G

    [Resolved] XCache: PHP Out of memory if cache size > 64M

    No, php is not running in suExec mode. You mean memory_limit in php.ini? It's set to 128M. Should this setting be raised to include the cache memory size? Settings for lsphp are 250M soft and 300M hard. I just installed APC and I get the same thing, cache size up to 64M is ok, more than...
  9. G

    [Resolved] XCache: PHP Out of memory if cache size > 64M

    Hi all, I have an IPB3 forum running on the following hardware: - 8 core Intel i7 2.67 GHz - 12 GB RAM - 2x SATA HDDs And software: - LiteSpeed 4.0.16 (4-cpu license) - PHP 5.3.3 The forum online user count usually ranges from 500-1200. I tried to use eAccelerator first, but...
  10. G

    Timeout Problem

    Sorry for resurrecting this old thread, but I'm having a somewhat similar issue. I have this php script that uses curl to open several http pages, so it takes a long time to run... sometimes it may take 2 hours to complete. It was designed to be a background task, so no screen output, and...
Top