Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zwordi
funkwhale
Commits
854283c2
Verified
Commit
854283c2
authored
6 years ago
by
wxcafé
Browse files
Options
Downloads
Patches
Plain Diff
fixed your->you're, reformatted paragraphs
parent
46d52939
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installation/optimization.rst
+6
-6
6 additions, 6 deletions
docs/installation/optimization.rst
with
6 additions
and
6 deletions
docs/installation/optimization.rst
+
6
−
6
View file @
854283c2
...
...
@@ -2,7 +2,7 @@ Optimizing your Funkwhale instance
==================================
Depending on your requirements, you may want to reduce as much as possible
Funkwhale's footprint.
Funkwhale's
memory
footprint.
Reduce workers concurrency
--------------------------
...
...
@@ -14,9 +14,9 @@ memory usage.
You can control this behaviour using the ``--concurrency`` flag.
For instance, setting ``--concurrency=1`` will spawn only one 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
:file:`/etc/systemd/system/funkwhale-worker.service` otherwise.
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
:file:`/etc/systemd/system/funkwhale-worker.service` otherwise.
.. note::
...
...
@@ -33,5 +33,5 @@ Using the ``solo`` pool type should reduce your memory consumption.
You can control this behaviour using the ``--pool=solo`` flag.
This flag should be appended after the ``celery -A funkwhale_api.taskapp worker``
command in your :file:`docker-compose.yml` file if you
r
using Docker, or in
your
:file:`/etc/systemd/system/funkwhale-worker.service` otherwise.
command in your :file:`docker-compose.yml` file if you
're
using Docker, or in
your
:file:`/etc/systemd/system/funkwhale-worker.service` otherwise.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment