Small update in docs regarding JIT

This commit is contained in:
Pinga 2024-01-01 02:04:25 +02:00
parent dd17c0b873
commit bba5f6adef

View file

@ -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