Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simple Deploy- and Management
package.lang.php.module.apcu
Commits
03d42724
Commit
03d42724
authored
Aug 03, 2021
by
Pietsch, Martin
Browse files
added variables and default values
parent
7ca5fcca
Changes
3
Hide whitespace changes
Inline
Side-by-side
defaults/main.yml
View file @
03d42724
---
php_module_config_file
:
"
module.ini.j2"
php_module_priority
:
<module prio>
php_module_config_file
:
"
apcu.ini.j2"
php_module_priority
:
20
php_mod_apcu_enabled
:
true
php_mod_apcu_shm_segments
:
1
php_mod_apcu_shm_size
:
"
32M"
php_mod_apcu_entries_hint
:
4096
php_mod_apcu_ttl
:
0
php_mod_apcu_gc_ttl
:
3600
php_mod_apcu_mmap_file_mask
:
"
"
php_mod_apcu_slam_defense
:
1
php_mod_apcu_enable_cli
:
false
php_mod_apcu_use_request_time
:
false
php_mod_apcu_serializer
:
"
php"
php_mod_apcu_coredump_unmap
:
false
php_mod_apcu_preload_path
:
"
"
vars/Debian-10.yml
View file @
03d42724
---
package_packages
:
[
"
php
7.3-<module>
"
]
package_packages
:
[
"
php
-apcu
"
]
vars/main.yml
View file @
03d42724
---
php_module_name
:
"
<module
name>
"
php_module_name
:
"
apcu
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment