Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of endel/increase-memory-limit

Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript

Support the repos that depend on this repository

Top contributors

endel's profile
endel
21 contributions
bartolkaruza's profile
bartolkaruza
2 contributions
sandorfr's profile
sandorfr
1 contributions
Etheryte's profile
Etheryte
1 contributions
toddb's profile
toddb
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
endel

endel/increase-memory-limit

Increase memory limit for local node binaries ("max-old-space-size")

JavaScript
270
26
MIT License

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.