Commit b8d2b705 authored by Jim Harris's avatar Jim Harris Committed by Tomasz Zawadzki
Browse files

README.md: add some additional pointers on setup.sh help



This calls attention to some of the more advanced features
in setup.sh for users who may require them.

Fixes issue #2179.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: I0a9d1e20257768da0796ceb0360377c948f0e166

Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9676


Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
parent 2a51824a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -223,6 +223,13 @@ configuring 8192MB memory.
sudo HUGEMEM=8192 scripts/setup.sh
~~~

There are a lot of other environment variables that can be set to configure
setup.sh for advanced users. To see the full list, run:

~~~{.sh}
scripts/setup.sh --help
~~~

<a id="examples"></a>
## Example Code