Silvio Ney
Silvio Ney
@afonsosantos could you see the memory usage by service with `docker stats`?
Well, it looks normal for a full features enabled. Mine are using the same amount of ram but being used by a few projects. We just upgraded to a 64GB...
> What I found interesting, yesterday for the sake of it I tried to disable kafka/postgres/redis containers from spinning up in docker-compose since I'm using external ones. > First surprising...
Could you share how did you configure the sentry to use these external services?
> The problem is: It's showing and storing masked value, but it must be shown masked and recorded UNMASKED. I don't know what is the solution @pelmered is working but...
@QThans @mahiarirani how are you running the laravel application with frankenphp? can you share the Dockerfile, etc?
> > [@QThans](https://github.com/QThans) [@mahiarirani](https://github.com/mahiarirani) how are you running the laravel application with frankenphp? can you share the Dockerfile, etc? > > I have shared them all in the first comment....
> This command runs the app on frankenphp > > `/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan octane:start --host=localhost --port=80 --admin-port=2019 --workers=8` - created a fresh laravel application with `composer create-project` - installed...
> I had the sail dockerfiles published at version 1.40 which had the php8.4-swoole extension installation commented out. I believe that caused the issue. > > I faced the same...
> Did you search existing issues? This looks related: #958 The related issue (#958) was from him 😂 I think he just doesn't know how to use Octane and are...