Giter Site home page Giter Site logo

Comments (5)

weaverryan avatar weaverryan commented on August 20, 2024

Hey!

Thanks for the report. But I can't think of how this could be related to Symfony UX, at least not without more info - like some sort of error log. If you can get that, it would make this actionable.

Cheers!

from ux.

smnandre avatar smnandre commented on August 20, 2024

Hi @tristan-lg !

Could you create a minimal reproducer so we can investigate ?
Or if you cant, share your PHP / opcache settings ?

Does this happen with every UX packages or specifically with Twig/Live Components, Autocomplete, etc ?

from ux.

tristan-lg avatar tristan-lg commented on August 20, 2024

Here is the opcache settings that cause the issue (due to opcache.jit config) :

opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=20000
opcache.memory_consumption=256
opcache.validate_timestamps=0
opcache.revalidate_freq=0
opcache.preload_user=1010
opcache.preload=/var/www/html/config/preload.php

opcache.jit=1235
opcache.jit_buffer_size=500000000

realpath_cache_size = 4096K
realpath_cache_ttl = 600

Sorry, i don't have a reproducer.

I only tested it with live component, using a form inside live component.
I don't know if it is only related to symfony ux, maybe with a lot of pages i will have the same result.

EDIT :
When i reduce the buffer size (/10), i no longer have the issue.

opcache.jit=1235
opcache.jit_buffer_size=50000000

from ux.

lyrixx avatar lyrixx commented on August 20, 2024

Without a reproducer, we won't be able to do anything... sorry!

from ux.

tristan-lg avatar tristan-lg commented on August 20, 2024

I understand, i will close the issue.
Maybe it will help someone encoutering the same problem/

from ux.

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.