mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📚⚡ fixed base memory usage
This commit is contained in:
parent
edd65e1a2b
commit
385d8a0027
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ as CCash is very lightweight it can run on practically any device but here are s
|
||||||
* 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 ~104 bytes in disk at default settings, so 1Mb per 5191 logs. 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, so 1Mb per 5191 logs. Setting to 0 will not even compile logs
|
||||||
* with no users memory usage is 8.6 Mb
|
* with no users memory usage is 8.47 Mb
|
||||||
* Saving frequency (a runtime argument) being set to 0 will disable frequency saving and only save on close
|
* Saving frequency (a runtime argument) being set to 0 will disable frequency saving and only save on close
|
||||||
|
|
||||||
## Drogon Depedencies
|
## Drogon Depedencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue