Skip to content

Commit 7556833

Browse files
committed
Bump recommended stack size to 1024 for nu.validator.servlet.Main
1 parent 9b9252e commit 7556833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ composer require phpfui/html-unit-tester
1515
## Configuration
1616
It is recommended you run [https://github.com/validator/validator](https://github.com/validator/validator) locally. Install [Java](https://www.java.com/ES/download/) and download the [.jar file](https://github.com/validator/validator/releases). Run with the following command:
1717
```
18-
java -Xss512k -cp vnu.jar nu.validator.servlet.Main 8888
18+
java -Xss1024k -cp vnu.jar nu.validator.servlet.Main 8888
1919
```
2020
If you are not using a local server, you will need to add the following lines to your phpunit.xml config in the **phpunit** element:
2121
```xml

0 commit comments

Comments
 (0)