mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-26 04:18:29 +02:00
Small update in docs regarding JIT
This commit is contained in:
parent
dd17c0b873
commit
bba5f6adef
1 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,13 @@ If you have 50000 or more domains, use:
|
|||
memory_limit = -1
|
||||
```
|
||||
|
||||
In ```/etc/php/8.2/mods-available/opcache.ini``` make one additional change:
|
||||
|
||||
```bash
|
||||
opcache.jit=1255
|
||||
opcache.jit_buffer_size=100M
|
||||
```
|
||||
|
||||
After configuring PHP, restart the service to apply changes:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue