GithubHelp home page GithubHelp logo

Comments (3)

diehlaws avatar diehlaws commented on May 30, 2024

Hi @cjunge-work, thanks for reaching out and I do apologize for the long delay in our response on this.

Can you verify that php-apcu is installed on your machine and enabled in PHP? This can be done with php -i | grep apcu. If nothing comes up you'll want to install php-apcu then enable it with phpenmod apcu.

from aws-sdk-php-symfony.

cjunge-work avatar cjunge-work commented on May 30, 2024

@diehlaws Thank you for your response, and I think you've helped me find the problem!

$ php --ri apcu

apcu

APCu Support => Disabled
Version => 5.1.18
APCu Debugging => Disabled
MMAP Support => Enabled
MMAP File Mask =>  
Serialization Support => Disabled
Build Date => Mar 31 2020 02:30:28

Directive => Local Value => Master Value
apc.coredump_unmap => Off => Off
apc.enable_cli => Off => Off
apc.enabled => On => On
apc.entries_hint => 4096 => 4096
apc.gc_ttl => 3600 => 3600
apc.mmap_file_mask => no value => no value
apc.preload_path => no value => no value
apc.serializer => php => php
apc.shm_segments => 1 => 1
apc.shm_size => 32M => 32M
apc.slam_defense => Off => Off
apc.smart => 0 => 0
apc.ttl => 0 => 0
apc.use_request_time => On => On

It appears to be disabled via the CLI, which most of our async tasks are run via. Will get that changed & report back if it's fixed!

from aws-sdk-php-symfony.

diehlaws avatar diehlaws commented on May 30, 2024

Hi @cjunge-work, have you had this behavior come up again since enabling php-apcu for php-cli?

from aws-sdk-php-symfony.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.