How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Increase memory limit for local node binaries ("max-old-space-size")
The **increase‑memory‑limit** package is a small CLI utility that patches the executable shims in a project’s `node_modules/.bin` directory to add the `--max-old-space-size` flag (e.g., 4096 MB) to every `node` invocation, preventing “heap out of memory” crashes in builds that use TypeScript, webpack, etc. It is intended for JavaScript/Node developers who need a quick workaround for memory‑limited Node binaries, especially in older Node versions prior to the `NODE_OPTIONS` solution.