Skip to content

Commit a7dd058

Browse files
authored
reduce memory for plugin versions generation
follow-up after elastic/logstash#12763 is merged (on master) have successfully tested `./gradlew generatePluginsVersion` with 2g of heap, but let's not get overly optimistic 😉
1 parent 1a568aa commit a7dd058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ git clone --depth 1 [email protected]:elastic/docs.git
3333

3434
cd logstash
3535

36-
./gradlew generatePluginsVersion -Dorg.gradle.jvmargs="-Xmx12g"
36+
./gradlew generatePluginsVersion -Dorg.gradle.jvmargs="-Xmx4g"
3737

3838
cd ../docs-tools
3939

0 commit comments

Comments
 (0)