svenkreiss / html5validator

Command line tool to validate HTML5 files. Great for continuous integration.
MIT License
319 stars 34 forks source link

add a 512k thread stacksize #3

Closed mprins closed 9 years ago

mprins commented 9 years ago

I am getting the following error:

C:\workspace\temp>html5validator --show-warnings --root _site
Found files to validate: 37
StackOverflowError while evaluating HTML schema.
The checker requires a java thread stack size of at least 512k.
Consider invoking java with the -Xss option. For example:

  java -Xss512k -jar ~/vnu.jar FILE.html

adding the minimum thread stack size to the command resolves the problem.