Skip to content

Commit

Permalink
Add debuging tools for ARM problem
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed Oct 7, 2024
1 parent 1653918 commit d928666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ RUN apt-get update; \
curl \
gcc \
wget \
# TODO: remove
gdb \
nano \
ncdu \
procps \
Expand Down
2 changes: 1 addition & 1 deletion docker/prod/deployment/php-arm.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ opcache.file_cache = 60

[JIT]
opcache.jit_buffer_size = 128M
opcache.jit = disable
opcache.jit = function
opcache.jit_prof_threshold = 0.001
opcache.jit_max_root_traces = 2048
opcache.jit_max_side_traces = 256
Expand Down

0 comments on commit d928666

Please sign in to comment.