Issue while running fscrawler on Linux

Hello
I am getting below exception while running fscrawler on linux. I wish the error was little more descriptive. I am using java 8 and fscrawler-es7-2.7

bin/fscrawler test

Exception in thread "main" java.lang.NumberFormatException: Infinite or NaN
at java.math.BigDecimal.(BigDecimal.java:898)
at java.math.BigDecimal.(BigDecimal.java:875)
at fr.pilato.elasticsearch.crawler.fs.cli.BootstrapChecks.computePercentage(BootstrapChecks.java:61)
at fr.pilato.elasticsearch.crawler.fs.cli.BootstrapChecks.checkJvm(BootstrapChecks.java:57)
at fr.pilato.elasticsearch.crawler.fs.cli.BootstrapChecks.check(BootstrapChecks.java:40)
at fr.pilato.elasticsearch.crawler.fs.cli.FsCrawlerCli.main(FsCrawlerCli.java:141)

Hey. This bug should have been fixed with

But sadly this patch has not been uploaded to the snapshot repository. I'm running a manual deploy now and you should hopefully see in some minutes a new version of the 2.7-SNAPSHOT uploaded on Oct the 8th.

I hope this will help.

The patch worked great! thank you so much for your help.