Replies: 3 comments 1 reply
-
|
You can also not use uwsgi and run searx standalone using |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
If anyone doesn't know how to change the workers variable, it could be change by passing this argument in the docker compose:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
FYI: we started a patch series to reduce the memory footprint ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm self-hosting a SearXNG instance for personal use. It's deployed with Docker in a server with 4 cores.
It work really well but it uses 600 MB of RAM. Since I'm the only user and it's idle most of the time I did some changes in the configuration.
workers = %k => workers = 1inuwsgi.inimakes a huge difference. 600 MB => 150 MBDo you know how to reduce the RAM usage even more?
Beta Was this translation helpful? Give feedback.
All reactions