Add APCu to PHP CLI
This commit is contained in:
parent
ad9439afe1
commit
7a71c3f651
@ -135,6 +135,15 @@ apt install php-apcu
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
```
|
||||
|
||||
Enable APCu for the PHP CLI as well.
|
||||
|
||||
`/etc/php/8.2/cli/php.ini`
|
||||
|
||||
```
|
||||
...
|
||||
apc.enable_cli=1
|
||||
```
|
||||
|
||||
### Redis memcache
|
||||
|
||||
[shroot]
|
||||
|
Loading…
Reference in New Issue
Block a user