krzysztof.gonia

Results 17 comments of krzysztof.gonia

I got the same error when I manually set up the -O3 option (which is used by default with --pgo). Without explicitly setting -O3, everything works fine.

I don't want to duplicate so I'll just wrote I'm also wondering is it possible to get labels or it isn't possible?

I had same problem. Exposing docker port helps. The Docker client will default to connecting to unix:///var/run/docker.sock on Linux, and tcp://127.0.0.1:2376 on Windows. In fabric config you must specify docker...

@kodi I didn't face this issue but after moving tables with pg dump I noticed bad performance. I moved all data to newly created table.

@NunoFilipeSantos Not really. I don't have environment to replicate.

I noticed on other project that issue might be with gradle and graalvm interoperability. Even without agent it's terribly slow when run using gradle. When I run project on graalvm...

I tried to reproduce on spring pet clinic using agent. Diffrence is noticable but not as severe. gradle: ./gradlew -Pagent test ``` BUILD SUCCESSFUL in 3m 47s` ``` maven ./mvnw...