https://github.com/bdeboe/isc-mem-config
Simple wizard to help configure InterSystems IRIS memory settings
https://github.com/bdeboe/isc-mem-config
intersystems intersystems-iris
Last synced: 2 months ago
JSON representation
Simple wizard to help configure InterSystems IRIS memory settings
- Host: GitHub
- URL: https://github.com/bdeboe/isc-mem-config
- Owner: bdeboe
- License: mit
- Created: 2021-02-15T15:55:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T16:01:04.000Z (over 2 years ago)
- Last Synced: 2024-04-17T06:58:44.881Z (about 2 years ago)
- Topics: intersystems, intersystems-iris
- Language: HTML
- Homepage: http://intersystems.com/iris
- Size: 91.8 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IRIS Memory Configuration Wizard
> :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.
## Using the Wizard
First download the repository contents [as a zipfile](https://github.com/bdeboe/isc-mem-config/archive/main.zip) (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](https://github.com/intersystems-community/zpm):
```ObjectScript
USER> zpm
zpm: USER> install isc-mem-config
```
After which you can access the wizard at http://localhost:52773/csp/mem-config/configurator.html.
## Further Work
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](https://github.com/bdeboe/isc-mem-config/issues) section!