You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a computer with a smaller amount RAM, I'm getting an error:
"Invalid maximum heap size: -Xmx4g
The specified size exceeds the maximum representable size."
This is generated in the cflint-ui.bat file. I think it may be wise to let the system and Java negotiate RAM space. Perhaps even starting the heap size at 512M of memory of memory. Perhaps even smaller.
The text was updated successfully, but these errors were encountered:
I'm backing change that out. I put that in the app assembler when I was
attempting to deal with the parser hanging on me. Memory was not the
problem, ambiguities were.
Using a computer with a smaller amount RAM, I'm getting an error:
"Invalid maximum heap size: -Xmx4g
The specified size exceeds the maximum representable size."
This is generated in the cflint-ui.bat file. I think it may be wise to let the system and Java negotiate RAM space. Perhaps even starting the heap size at 512M of memory of memory. Perhaps even smaller.
The text was updated successfully, but these errors were encountered: