mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
Typo
This commit is contained in:
parent
8428f7e71c
commit
40bf5a22b0
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
## System Requirements
|
||||
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`
|
||||
* if your server is sufficiently active as so that each save freqeuncy 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
|
||||
* with no users memory usage is 8.628477 Mb
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue