From 7ddecb861313a1408510ebb707ea18528ee33a08 Mon Sep 17 00:00:00 2001 From: Chris Lugris <49920729+cgl-memsql@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:14:33 -0500 Subject: [PATCH] Updated license info --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54cbfca..e896668 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,18 @@ If you have any questions or issues, please file an issue on the [GitHub repo][g ## How to run the Docker image? -This Docker image allows a cluster to be deployed in a self-contained container without the need for a license. +This Docker image creates a cluster consisting of one Master Aggregator and one leaf node on a machine (host) that has up to 8 cores and up to 64GB of RAM without the need for a license. -When running a Docker container on a machine with: +When running a Docker container, either with or without a free edition license, on a machine with: -* More than 32 cores, include the `--cpus=32` option. -* More than 128GB of RAM, include the `--memory=128g` option. +* More than 8 cores, include the `--cpus=8` option. +* More than 64GB of RAM, include the `--memory=64g` option. > **Note** > > SingleStore recommends using an explicit image version tag whenever possible from the [list of image tags][versions] and/or [the changelog][changelog]. +> +> For `singlestoredb-dev-image` versions 0.2.40 and later, databases are restricted to two partitions. Using the `SINGLESTORE_SET_GLOBAL_DEFAULT_PARTITIONS_PER_LEAF` environment variable will not override this value. ### How to run the Docker image on **Linux** or **Apple Intel**?