Skip to content

Commit 4dd720d

Browse files
authored
Minor Updates
1 parent 5e4db13 commit 4dd720d

4 files changed

Lines changed: 3 additions & 43 deletions

File tree

.github/workflows/issue-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/labeler@v4
1414
- uses: actions/stale@v8
1515
with:
16-
days-before-stale: 60
16+
days-before-stale: 30
1717
days-before-close: 7
1818
stale-issue-message: 'This issue is stale due to inactivity'
1919
stale-pr-message: 'This PR is stale due to inactivity'

config/etc/php/php.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,8 @@ opcache.validate_timestamps=1
515515
;opcache.file_cache_fallback=1
516516
;opcache.file_cache_only=0
517517
;opcache.force_restart_timeout=180
518+
; A note on OpCache JIT: For typical web applications with I/O-bound workloads (e.g., database queries or API calls), the performance gains from JIT may be minimal.
519+
; JIT is more beneficial for CPU-bound workloads (e.g., heavy computations, number crunching).
518520
;opcache.jit=tracing
519521
;opcache.jit_buffer_size=SEDOPCACHEJITBUFFER
520522
;opcache.lockfile_path=/tmp

config/etc/systemd/system/ksm.service

Lines changed: 0 additions & 14 deletions
This file was deleted.

scripts/install/jemalloc/jemalloc-install.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)