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
JVM is started in 64-bit mode on all platforms. It's possible to override this by including a conf 'foo.json' line to your Winterfile that includes
{
"64bit" : false
}
However, this is a little annoying for 32-bit platforms. There should either be some platform detection or at least an easier way of overriding the platform precision.
The text was updated successfully, but these errors were encountered:
JVM is started in 64-bit mode on all platforms. It's possible to override this by including a
conf 'foo.json'
line to your Winterfile that includesHowever, this is a little annoying for 32-bit platforms. There should either be some platform detection or at least an easier way of overriding the platform precision.
The text was updated successfully, but these errors were encountered: