mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Updated Scaling (markdown)
parent
102ef237a4
commit
c7828a253a
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
## Scaling to more users
|
||||
|
||||
For any large scale usage, you can:
|
||||
a) scale with Docker Swarm, etc
|
||||
b) for big reads or writes, do it on replica
|
||||
c) for big reads or writes, do it at small amounts at a time, at night, or when database CPU usage seems to be low
|
||||
|
||||
Related to docker-compose.yml at https://github.com/wekan/wekan , using Docker Swarm:
|
||||
|
||||
[How to scale to more users](https://github.com/wekan/wekan/issues/2711#issuecomment-601163047)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue