This happens when you don’t follow the format for Java memory size.
It should look like one of these values:
set SBT_OPTS="-Xmx4G" set SBT_OPTS="-Xmx4000M"
If you use “GB” or put a space in (“-Xmx 4G”) you will get this error.
Principal Engineer
This happens when you don’t follow the format for Java memory size.
It should look like one of these values:
set SBT_OPTS="-Xmx4G" set SBT_OPTS="-Xmx4000M"
If you use “GB” or put a space in (“-Xmx 4G”) you will get this error.