Luke Champine
Luke Champine
The consensus db is [bolt](https://github.com/boltdb/bolt), which mmap's the entire database. The pages should eventually be released back to the OS. You could test this by launching another memory-hungry program. The...
fwiw, I just ran a test locally with a small program that continuously allocates memory. I observed the expected behavior: siad's resident memory shrank as the other program's memory grew....
If memory is restricted, the mmap should just be forced to keep fewer pages in RAM. I'd be interested to see if there's much performance impact when restricting Sia to...
Thanks for the detailed report! What's the desired behavior here? Seems like the amount spent shouldn't exceed the allowance in the first place, but I guess we shouldn't assume that...
@MattPark I believe if you start `siad` manually and subsequently start Sia-UI, closing Sia-UI will not shut down `siad`.
the miner module is not enabled by default. You must start siad manually with e.g. `siad -M cgtwm`. Run `siad modules` for a list of the function of each module.
The Terminal won't help here, since it can only be used after `siad` is already running. You either need to start `siad` manually with the right flags, or patch the...
Is there reason to expect that we'll need to support a non-webkit target in the future? Just unsure if this makes things more clear or less clear if you're a...
can you provide screenshots?
hmm. I like having a consistent look across all platforms. What's the main impetus for using system fonts?