We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72c64e commit dfbbb83Copy full SHA for dfbbb83
ci-deploy/inside-container.sh
@@ -29,6 +29,7 @@ echo ""
29
echo "Downloading and running conformance checker..."
30
curl --retry 2 --remote-name --fail --location https://github.com/validator/validator/releases/download/linux/vnu.linux.zip
31
unzip vnu.linux.zip
32
+# the -Xmx1g argument sets the size of the Java heap space to 1 gigabyte
33
./vnu-runtime-image/bin/java -Xmx1g -m vnu/nu.validator.client.SimpleCommandLineValidator --skip-non-html "$HTML_OUTPUT"
34
echo ""
35
0 commit comments