Open andyczerwonka opened 7 months ago
Hi @andyczerwonka , can I reproduce this error in my local environment?
And could you provide your Fury creation code here too?
And could you provide your Fury creation code here too?
private val fury = Fury
.builder()
.withLanguage(Language.JAVA)
.requireClassRegistration(false)
.withScalaOptimizationEnabled(true)
.withRefTracking(true)
.withStringCompressed(true)
.withLongCompressed(true)
.withIntCompressed(true)
.withAsyncCompilation(true)
.buildThreadSafeFury()
Hi @andyczerwonka , can I reproduce this error in my local environment?
Unfortunately not, because the code is proprietary and I cannot share it. I was hoping the stack tracewould give us some insight into where it's failing so I could create a sample model.
Could you disable sync compilation and try it again? There are some inconsistentency between compile mode and interpretor mode
Could you disable sync compilation and try it again? There are some inconsistentency between compile mode and interpretor mode
Assuming you want me to withAsyncCompilation(false)
, yes?
Could you disable sync compilation and try it again? There are some inconsistentency between compile mode and interpretor mode
Assuming you want me to
withAsyncCompilation(false)
, yes?
Yes, that's what I mean. Does it still fail?
Search before asking
Version
latest 0.5.0 snapshot
Component(s)
Java/Scals
Minimal reproduce step
Here's the exception we're seeing.
What did you expect to see?
We're working with a 1G binary and we have 8G of heap space.
What did you see instead?
Anything Else?
No response
Are you willing to submit a PR?