Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/2136
JFYI, when I tested on Windows, I had to wrap a `set` command as follows to
properly set a value containing whitespace:
```
set "JAVA_OPTS=-Xms1m -Xmx24m"
```---
