Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 2 of 2

This is a discussion on eAccelerator cache in the Shared & Semi-Dedicated forum
eAccelerator is installed on my VPS. In my PHPinfo page, it show: eAccelerator [...] Memory Size 33,554,404 Bytes Memory Available 1,380 Bytes Memory Allocated 33,553,024 ...

  1. #1
    Loyal Client
    Join Date
    Dec 2005
    Location
    Quebec City
    Posts
    128

    Question eAccelerator cache

    eAccelerator is installed on my VPS.

    In my PHPinfo page, it show:

    eAccelerator

    [...]

    Memory Size 33,554,404 Bytes
    Memory Available 1,380 Bytes
    Memory Allocated 33,553,024 Bytes
    With eAccelerator, are we suppose to clear the cache from time to time???

    If yes, how can we do this?

    Thanks!

  2. #2
    consultant Andre's Avatar
    Join Date
    Apr 2005
    Posts
    1,155
    You don't necessarily have to clear the cache. You can also simply increase the memory that's allocated to it in the php.ini. You can do this by editing /usr/lib/php.ini and to add or modify this line:

    Code:
    eaccelerator.shm_size = "64"
    The "64" part is the memory allocation in megabytes (64 is the default value).

    However you already have over 30mb in use, which is a lot, so you may also want to consider to clear the cache. You can do that by simply removing the eaccelerator files in /tmp/eaccelerator.

    If you need any assistance, feel free to open a support ticket.
    Andre van Vliet

    DEHE.com - Definition of Hosting Experts

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •