Skip to content
Snippets Groups Projects
Verified Commit 854283c2 authored by wxcafé's avatar wxcafé
Browse files

fixed your->you're, reformatted paragraphs

parent 46d52939
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ Optimizing your Funkwhale instance ...@@ -2,7 +2,7 @@ Optimizing your Funkwhale instance
================================== ==================================
Depending on your requirements, you may want to reduce as much as possible Depending on your requirements, you may want to reduce as much as possible
Funkwhale's footprint. Funkwhale's memory footprint.
Reduce workers concurrency Reduce workers concurrency
-------------------------- --------------------------
...@@ -14,9 +14,9 @@ memory usage. ...@@ -14,9 +14,9 @@ memory usage.
You can control this behaviour using the ``--concurrency`` flag. You can control this behaviour using the ``--concurrency`` flag.
For instance, setting ``--concurrency=1`` will spawn only one worker. For instance, setting ``--concurrency=1`` will spawn only one worker.
This flag should be appended after the ``celery -A funkwhale_api.taskapp worker`` This flag should be appended after the ``celery -A funkwhale_api.taskapp
command in your :file:`docker-compose.yml` file if your using Docker, or in your worker`` command in your :file:`docker-compose.yml` file if your using Docker,
:file:`/etc/systemd/system/funkwhale-worker.service` otherwise. or in your :file:`/etc/systemd/system/funkwhale-worker.service` otherwise.
.. note:: .. note::
...@@ -33,5 +33,5 @@ Using the ``solo`` pool type should reduce your memory consumption. ...@@ -33,5 +33,5 @@ Using the ``solo`` pool type should reduce your memory consumption.
You can control this behaviour using the ``--pool=solo`` flag. You can control this behaviour using the ``--pool=solo`` flag.
This flag should be appended after the ``celery -A funkwhale_api.taskapp worker`` This flag should be appended after the ``celery -A funkwhale_api.taskapp worker``
command in your :file:`docker-compose.yml` file if your using Docker, or in your command in your :file:`docker-compose.yml` file if you're using Docker, or in
:file:`/etc/systemd/system/funkwhale-worker.service` otherwise. your :file:`/etc/systemd/system/funkwhale-worker.service` otherwise.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment