Skip to content

Commit 742b9b5

Browse files
committed
Increase Java stack size
1 parent a352642 commit 742b9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: wget https://github.com/validator/validator/releases/download/latest/vnu.jar
4242

4343
- name: Run Nu Html Checker (v.Nu)
44-
run: java -cp vnu.jar -Xss1024k -Dnu.validator.servlet.bind-address=127.0.0.1 nu.validator.servlet.Main 8888 &
44+
run: java -cp vnu.jar -Xss2048k -Dnu.validator.servlet.bind-address=127.0.0.1 nu.validator.servlet.Main 8888 &
4545

4646
- name: Install dependencies
4747
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction

0 commit comments

Comments
 (0)