A quick tip for anyone running a Minotari node: If your RAM is full, consider disabling readahead.

Most operating systems perform readahead on read requests by default, which can trigger unnecessary read amplification if there is not enough RAM and turning it off may help random read performance.

You can disable readahead (if your OS supports it, e.g., non-Windows systems) by adding "-p base_node.lmdb.no_read_ahead=true" when running minotari_node.

#tari #minotari #blockchain #tariproject