Initial Release for sourcing feedback on UX and applicability
:warning: DRAFT - validation in progress - this does not represent official best practices while this warning message is in place
InterSystems IRIS memory settings are crucial to ensure high performance. This simple web-based wizard helps identify best practice settings and links to the corresponding product documentation for additional background.
First download the repository contents as a zipfile (and extract) or use
git clone git@github.com:bdeboe/isc-mem-config.git
Then, simply open src/web/configurator.html
in your browser and walk through the steps:
Optionally, you can install the wizard using zpm:
USER> zpm
zpm: USER> install isc-mem-config
After which you can access the wizard at http://localhost:52773/csp/mem-config/configurator.html.
For now, there is no real interaction between the wizard and any IRIS instance it runs on, as the standalone aspect is conveniently versatile by itself.
Feel free to share your ideas and feedback on improving this UX in the issues section!