This commit is contained in:
EntireTwix 2022-11-21 22:10:55 -08:00
parent 1498d3d028
commit a8b7defb36

View file

@ -20,16 +20,20 @@
#### A : Because this usecase requires none of the features a database would offer. #### A : Because this usecase requires none of the features a database would offer.
#### Q : People are making too many accounts/transactions maliciously to fill up space on my server! #### Q : People are making too many accounts maliciously to fill up space on my server!
#### A : Consider disabling `ADD_USER_OPEN` in the [build proccess](https://github.com/EntireTwix/CCash/blob/main/docs/building.md). #### A : Consider disabling `ADD_USER_OPEN` in the [build proccess](https://github.com/EntireTwix/CCash/blob/main/docs/building.md).
#### Q : People are making too many transactions filling up space on my server!
#### A : Consider setting the variable `MAX_LOG_SIZE` to 0 in the [build proccess](https://github.com/EntireTwix/CCash/blob/main/docs/building.md).
#### Q : My instance is taking up too much RAM #### Q : My instance is taking up too much RAM
#### A : If your memory usage is too high I would reduce log size. #### A : Reduce log size.
#### Q : My instance is taking up too much disk spac #### Q : My instance is taking up too much disk spac
#### A : Use the purge users endpoint to delete old or superfluous accounts or reducing log size will reduce disk space but should be a last resort. #### A : Use the prune users endpoint to dead accounts or you can reduce log size but should be a last resort.
#### Q : My instance is slow #### Q : My instance is slow