How to install WikiSuite documents a typical installation. But your needs can differ.
As of 2022-10-09, this page is still a draft.
The goal is to document (or even better point to documentation) about
Virtualmin -> (pick the Virtual Server or Sub Server) -> Web Configuration -> PHP-FPM Configuration - Resource Limits
To do: document way to override for whole server. Ex.: a dev server could have always at on, or per site.
-> Error Logging
Virtualmin -> (pick the Virtual Server or Sub Server) -> Server Configuration -> PHP Version
You should not change the "PHP script execution mode" unless you know what you are doing.
tiki-admin.php?page=performance -> Bytecode Cache can report a setting to be adjusted:
opcache.memory_consumption
opcache.memory_consumption=128and restart your Apache server (or reboot the whole server). Then, check tiki-admin.php?page=performance after a while.
On ClearOS, it was recommended to put zlib.output_compression = 1 in .user.ini What about Virtualmin?
We will propose a change of default setting as per: https://dev.tiki.org/Review-Performance-for-2023