Hi,
I'm working on a project using flink with Spring boot, when i run the
application i get an exception:
Cannot determine the size of the physical memory for Windows host (using
'wmic memorychip'): Cannot run program "wmic": CreateProcess error=2, The
system cannot find the file specified

java.io.IOException: Cannot run program "wmic": CreateProcess error=2, The
system cannot find the file specified.

However despite this exception the application runs normally and outputs
the desired result, so what does this exception mean and how can i solve it?
Thanks

Reply via email to