Skip to content

Commit 329b326

Browse files
committed
README updated with dockerhub image information
1 parent 301fcf2 commit 329b326

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ export LDBC_SNB_DATAGEN_HOME=`pwd`
4242
```
4343

4444
### Docker image
45+
SNB datagen images are available via [DockerHub](https://hub.docker.com/r/ldbc/datagen/) where you may find both the latest version of the generator as well as previous stable versions.
4546

46-
The image can be simply built with the provided Dockerfile.
47-
To build, execute the following command from the repository directory:
47+
Alternatively, the image can be built with the provided Dockerfile. To build, execute the following command from the repository directory:
4848

4949
```bash
5050
docker build . --tag ldbc/datagen
5151
```
5252

5353
#### Configuration
5454

55-
To configure the amount of memory available, set the `HADOOP_CLIENT_OPTS` variable in the Dockerfile. The default value is `-Xmx8G`.
55+
To configure the amount of memory available, set the `HADOOP_CLIENT_OPTS` variable in the Dockerfile. The default value is `-Xmx2G`. If you are using a the precompiled image, you can the `-e HADOOP_CLIENT_OPTS=` flag when running (as described below).
5656

5757
Initialize the `params.ini` file as needed. For example, to generate the basic CSV files, issue:
5858

@@ -71,7 +71,7 @@ docker run --rm --mount type=bind,source="$(pwd)/",target="/opt/ldbc_snb_datagen
7171
sudo chown -R $USER:$USER social_network/ substitution_parameters/
7272
```
7373

74-
If you need to raise the memory limit, use the `-e HADOOP_CLIENT_OPTS="-Xmx..."` parameter to override the default value (`-Xmx8G`).
74+
If you need to raise the memory limit, use the `-e HADOOP_CLIENT_OPTS="-Xmx..."` parameter to override the default value (`-Xmx2G`).
7575

7676
### Hadoop cluster
7777

0 commit comments

Comments
 (0)