diff --git a/README.md b/README.md index a277abf5d..40dcc3ea6 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,13 @@ This script should be run as root. sudo scripts/setup.sh ~~~ +Users may wish to configure a specific memory size. Below is an example of +configuring 8192MB memory. + +~~~{.sh} +sudo HUGEMEM=8192 scripts/setup.sh +~~~ + ## Example Code