Fork me on GitHub
#yada
<
2016-08-29
>
imre16:08:01

FYI I continued my research into multipart coercions and added a small PR (with one of 3 new tests failing) to demonstrate a potential bug and a workaround

imre16:08:59

make that 2 out of 4 tests actually

malcolmsparks18:08:04

@vinnyataide: It's normal for any JVM since Java 7 to take 1 Gb heap up-front if you have enough memory. Is that what you mean? You can provide args to the java proc to override these defaults

vinnyataide18:08:45

Yeah that is what I meant, thanks now I see what a Stack based vm means, thanks

lmergen18:08:07

-Xmx256 will limit it to 256MB, iirc