Skip to content

Commit

Permalink
Honestly, fuck the PHP fpm config panel, it's a mess and it's broken,…
Browse files Browse the repository at this point in the history
… it should be implemented once and for all in the core, until then it's just a waste of energy -_-
  • Loading branch information
alexAubin authored and Salamandar committed Jul 28, 2023
1 parent 7a475e3 commit 745d88e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 118 deletions.
23 changes: 0 additions & 23 deletions config_panel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,3 @@ name = "Mediawiki configuration"
no = false
help = "Set to 'true' to allow account creation."
bind = "createaccount:__INSTALL_DIR__/LocalSettings.php"

[main.php_fpm_config]
name = "PHP-FPM configuration"

[main.php_fpm_config.fpm_footprint]
ask = "Memory footprint of the service?"
type = "select"
choices = ["low", "medium", "high", "specific"]
default = "low"
help = "low <= 20Mb per pool. medium between 20Mb and 40Mb per pool. high > 40Mb per pool.<br>Use specific to set a value with the following option."

[main.php_fpm_config.free_footprint]
ask = "Memory footprint of the service?"
type = "number"
default = "0"
help = "Free field to specify exactly the footprint in Mb if you don't want to use one of the three previous values."

[main.php_fpm_config.fpm_usage]
ask = "Expected usage of the service?"
type = "select"
choices = ["low", "medium", "high"]
default = "low"
help = "low: Personal usage, behind the SSO. No RAM footprint when not used, but the impact on the processor can be high if many users are using the service.<br>medium: Low usage, few people or/and publicly accessible. Low RAM footprint, medium processor footprint when used.<br>high: High usage, frequently visited website. High RAM footprint, but lower on processor usage and quickly responding."
95 changes: 0 additions & 95 deletions scripts/config

This file was deleted.

0 comments on commit 745d88e

Please sign in to comment.