mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated Scaling (markdown)
parent
c07fc0c94b
commit
3c12ab96d3
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,9 @@ Recommeded specs:
|
||||||
- Do not store attachments at database, like uploading file to card. Have markdown links to files, like `[Document](https://example.com/files/document.doc)`. Click `Wekan board` => `☰` => `⚙` => `Board Settings` => `Card Settings`. There uncheck `[_] Attachments` to hide attachments at card.
|
- Do not store attachments at database, like uploading file to card. Have markdown links to files, like `[Document](https://example.com/files/document.doc)`. Click `Wekan board` => `☰` => `⚙` => `Board Settings` => `Card Settings`. There uncheck `[_] Attachments` to hide attachments at card.
|
||||||
- Click Wekan `Admin Panel / Settings / Accounts / Hide System Messages of All Users`. If someone needs to show system messages, they can click slider at opened card to show them. Sometime later, if many have manually enabled showing system messages, click that same button at Admin Panel again.
|
- Click Wekan `Admin Panel / Settings / Accounts / Hide System Messages of All Users`. If someone needs to show system messages, they can click slider at opened card to show them. Sometime later, if many have manually enabled showing system messages, click that same button at Admin Panel again.
|
||||||
- Check Webhooks: Do you have `Admin Panel / Settings / Global Webhooks` (that sends most board actions to webhook) or at each board, per-board webhooks (that sends most one board actions to webhook, more info at [wiki right menu Webhooks](https://github.com/wekan/wekan/wiki)) at `Wekan board` => `☰` => `⚙` => `Outgoing Webhooks`. You also see this with [DBGate](https://github.com/wekan/wekan/wiki/Backup#dbgate-open-source-mongodb-gui) at port localhost:27019 / database: wekan / table: integrations. Each webhook should [immediately return 200 response before processing any data](https://github.com/wekan/wekan/issues/3575), because otherwise it will slow down Wekan a lot.
|
- Check Webhooks: Do you have `Admin Panel / Settings / Global Webhooks` (that sends most board actions to webhook) or at each board, per-board webhooks (that sends most one board actions to webhook, more info at [wiki right menu Webhooks](https://github.com/wekan/wekan/wiki)) at `Wekan board` => `☰` => `⚙` => `Outgoing Webhooks`. You also see this with [DBGate](https://github.com/wekan/wekan/wiki/Backup#dbgate-open-source-mongodb-gui) at port localhost:27019 / database: wekan / table: integrations. Each webhook should [immediately return 200 response before processing any data](https://github.com/wekan/wekan/issues/3575), because otherwise it will slow down Wekan a lot.
|
||||||
- Setting `NODE_OPTIONS: --max_old_space_size=4096` [will be added in future Wekan version](https://github.com/wekan/wekan/issues/3585#issuecomment-782431177).
|
- In future Wekan version will be added as default:
|
||||||
|
- [Setting `NODE_OPTIONS: --max_old_space_size=4096`](https://github.com/wekan/wekan/issues/3585#issuecomment-782431177)
|
||||||
|
- [mongo `internalQueryExecMaxBlockingSortBytes` limit to 320 Mb](https://github.com/wekan/wekan/issues/3788#issuecomment-831743742)
|
||||||
|
|
||||||
Minimum specs:
|
Minimum specs:
|
||||||
- [RasPi3](https://github.com/wekan/wekan/wiki/Raspberry-Pi), 1 GB RAM, external SSD disk for Wekan and MongoDB.
|
- [RasPi3](https://github.com/wekan/wekan/wiki/Raspberry-Pi), 1 GB RAM, external SSD disk for Wekan and MongoDB.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue