Commit Graph

34 Commits

Author SHA1 Message Date
Simon L.
8607b07d08 docs: aio-imaginary image has been moved to ghcr.io
Signed-off-by: Simon L. <szaimen@e.mail.de>
2025-04-11 10:52:16 +02:00
Josh
20f496e3c6 chore: remove no longer applicable Imaginary + HEIC warning
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-01-11 15:08:51 -05:00
MichaIng
538390d924 enh(admin_manual): update OPcache JIT docs
Single Nextcloud instances have shown to use less than 2 MiB of the configured JIT buffer size, so that 8 MiB is sufficient by a large margin. Using any larger value pre-occupies the `opcache.memory_consumption` accurdingly and 128 MiB would hence fill its default 128 MiB completely, without any benefit.

The example JIT size is hence reduced to 8 MiB. Enabling JIT however has shown to raise overall OPcache usage by a larger amount than the configured JIT size, so that `opcache.memory_consumption` might still need to be raised in some cases. This information is added to the documentation: https://github.com/nextcloud/all-in-one/issues/2755#issuecomment-1591848523

Additionally, the info is added that JIT is currently supported on x86 platforms only.

Signed-off-by: MichaIng <micha@dietpi.com>
2024-10-29 16:40:36 +01:00
Daniel Kesselberg
2f269adec6 feat: hello codespell
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-07-23 13:04:10 +02:00
Josh Richards
809a3cbcf3 fix(admin): Revise opcache revalidation tuning section
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-28 10:20:23 -04:00
Varun Patil
a7e47614e1 docs(tuning): add warning for Imaginary+HEIC
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2024-04-05 12:32:09 -07:00
eBeagle
94fafcdd8c Typo-Preview-Notes
Signed-off-by: eBeagle <34895526+eBeagle@users.noreply.github.com>
2023-09-29 17:46:14 +01:00
Simon L
f42e300650 adjust underline
Signed-off-by: Simon L <szaimen@e.mail.de>

Signed-off-by: Simon L. <szaimen@e.mail.de>
2023-09-05 11:20:20 +02:00
JanisPlayer
bd0f23f34b Add Imaginary settings for previews
Signed-off-by: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com>
2023-09-04 22:41:44 +02:00
Simon L
f901f8a482 Merge pull request #10644 from nextcloud/enh/noid/add-compression-section
add a section to server-tuning about asset compression
2023-06-24 15:25:30 +02:00
Simon L
c9914dc9c1 address review
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-24 15:06:37 +02:00
Simon L
0fef866c9d add warning to imaginary docs that it is incompatible with SSE
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-19 15:57:06 +02:00
Simon L
fcde5d9fbf add a section about asset compression
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-17 21:09:20 +02:00
Josh Richards
74d1a7c7a8 (server tuning) New sections: log levels, debug mode
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-08 09:43:05 -04:00
Simon L
6dc0a1c39f add note why it is required
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-07 09:58:38 +01:00
Simon L
d2128877ee update imaginary docs to reflect cap_add sys_nice
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-06 11:47:28 +01:00
Simon L
3c1aed0002 aio-imaginary is now multiarch
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-17 01:12:02 +01:00
J0WI
6aca4a6958 Merge pull request #9230 from pulsejet/patch-jit
Add JIT to server tuning
2023-02-08 14:46:10 +00:00
Varun Patil
a445c80695 Add JIT to server tuning
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2022-12-08 15:16:56 -08:00
Richard Steinmetz
8c47f86d93 Improve documentation around Imaginary
Ref https://github.com/nextcloud/previewgenerator/issues/323
Ref https://github.com/nextcloud/server/pull/35105

Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-11-15 16:17:30 +01:00
tflidd
78e6595921 Merge branch 'master' into patch-2 2022-05-15 12:11:59 +02:00
Nikolas Rimikis
8f930e56f3 Fix typo
The word 'scalability' was misstyped

Signed-off-by: Leptopoda <rimikis.nikolas@gmail.com>
2022-05-15 08:53:56 +02:00
Carl Schwan
d27cbfec56 Fix links formatting
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05 16:33:39 +02:00
Carl Schwan
543c114189 Add documentation for preview hpb with Imaginary
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-18 12:34:30 +01:00
MichaIng
a3756108e6 Update OPcache documentation
Remove the settings block which matches PHP defaults anyway. The Nextcloud admin panel will now show warnings based on actual OPcache usage, when any limit is closely reached: https://github.com/nextcloud/server/pull/27403

Add info about how to enhance performance by reducing or disabling OPcache revalidation.

Remove link to outdated blog post, which contains no additional helpful information and the invalid "opcache.fast_shutdown" setting which was removed with PHP7.2 already. Instead, add a link to "opcache-gui", a web interface to monitor and control the OPcache.

Signed-off-by: MichaIng <micha@dietpi.com>
2021-12-20 02:07:15 +01:00
Morris Jobke
419a126f33 Fix underline
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-03-17 14:23:17 +01:00
acsfer
35fa146062 Remove configuration examples
Values are very specific for each system.
Fix https://github.com/nextcloud/documentation/issues/6046
2021-03-09 19:23:05 +01:00
Joas Schilling
fda64d48c9 Adjust more php versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-15 11:53:10 +01:00
Anirudh Duggal
9d3360c264 Modified server tuning docs to ensure that a person can find out if they already have HTTP2 enabled or not before going about reading how to do it. Also this would prevent the additional effort he has to do to find out a way to see if HTTP2 is already enabled or not
Signed-off-by: Anirudh Duggal <anirudhdggl@gmail.com>
2020-12-19 12:27:11 +05:30
Damian Nowak
ce26db2d52 server_tuning.rst: escape regexp properly
Some shells like zsh will not auto-escape an argument if no match is found on the filesystem.
2020-10-03 21:16:06 -05:00
J0WI
122ed88e53 Update urls to HTTPS
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-17 20:33:30 +02:00
Wehzie
fc0336f117 Missing determiner "the"
Added "the" in  "... at least the following settings..."
2019-08-11 15:58:23 +02:00
Morris Jobke
0d8633cff5 Remove recommendation for opcache on CLI
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 14:25:32 +02:00
Morris Jobke
44b3b09227 Move server tuning from configuration section to the installation section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 16:34:32 +01:00