After finishing the job on the page, I do webClient.close(); but in TaskManager I still see a java.exe with 200MB of RAM used... (that java.exe is created only when i do (final WebClient webClient = new WebClient(BrowserVersion.CHROME);). Is it a memory leak or I'm doing something wrong?