Bård Rolstad Henriksen

Results 6 comments of Bård Rolstad Henriksen

I managed to decode a DateTime and a Guid from Protobuf.net. If anyone is interested I could try and convert the code to fit Froto.

Great findings @bbednarek! If you want to use a distroless with arm64 you can use: `gcr.io/distroless/java17-debian11:nonroot`. Then you can omit `RUN useradd -ms /bin/bash nonroot`

I can confirm we also see `java.lang.OutOfMemoryError` after upgrading to version 11.0.0. Downgrading fixes the problem.

@sighphyre: This is how it looks: ``` stackTrace: com.dylibso.chicory.runtime.WasmRuntimeException: out of bounds memory access: attempted to access address: -326316 but limit is: 301989888 and size: 4 at com.dylibso.chicory.runtime.ByteBufferMemory.outOfBoundsException(ByteBufferMemory.java:155) Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:...

@sighphyre AFAIK it's not multiple instances. We use spring and it's instantiated in a `@Bean`. Nothing fancy.

Our service went down because of this on version `11.1.0` too.