This commit is contained in:
EntireTwix 2021-07-15 22:09:43 -07:00
parent 7db986dcf6
commit 62efbd396d

View file

@ -1,12 +1,12 @@
# Building # Building
[PREVIOUS PAGE](features/implementation.md) | [NEXT PAGE](FAQ.md) [PREVIOUS PAGE](features/implementation.md) | [NEXT PAGE](FAQ.md)
## System Requirements ## Advice
as CCash is very lightweight it can run on practically any device but here are some tips: as CCash is very lightweight it can run on practically any device but here are some tips:
* single core machines should toggle `MULTI_THREADED` to `false` * single core machines should toggle `MULTI_THREADED` to `false`
* if your server is sufficiently active as so that each save frequency saving is highly likely then `CONSERVATIVE_DISK_SAVE` should be toggled to `false` * if your server is sufficiently active as so that each save frequency saving is highly likely then `CONSERVATIVE_DISK_SAVE` should be toggled to `false`
* `MAX_LOG_SIZE` should be adjusted as it takes up the most memory usage/storage of the ledger's features at ~202 bytes in memory and (size) in disk at default settings. Setting to 0 will not even compile logs * `MAX_LOG_SIZE` should be adjusted as it takes up the most memory usage/storage of the ledger's features at ~202 bytes in memory and ~104 bytes in disk at default settings. Setting to 0 will not even compile logs
* with no users memory usage is 8.628477 Mb * with no users memory usage is 8.6 Mb
## Drogon Depedencies ## Drogon Depedencies