Andrea Peruffo

Results 396 comments of Andrea Peruffo

Hi @petolexa , thanks for the additional information! I tested a bit further, and I can reproduce a container crash for small enough RAM values (e.g. going below 200Mb). Thar...

Hi @petolexa , thanks for taking the time to test out the suggestions and doing this detailed report! I'm noticing something strange here: ``` INFO exec java -XX:MaxRAMPercentage=80 -D%prod.quarkus.http.ssl-port=8443 -D%prod.quarkus.http.ssl.certificate.key-store-file=/home/security/keystore.jks...

Hi @petolexa , as promised I have replicated the environment on `minikube` to try to reproduce the issue. Here you can find the instructions on how to replicate locally my...

> I didn't use `JAVA_MAX_MEM_RATIO`, but I guess it is the same as `-XX:MaxRAMPercentage`, am I right? Not sure, but, according to your tests, this should not be a major...

@petolexa I have tested with 20000+ versions (which means > messages in Kafka), and Registry is behaving fairly well. In order: - the pod starts and re-starts correctly - there...

@petolexa at this point I'm going to close this issue as "Can't reproduce", but feel free to re-open this or another one if you manage to get a reproducer together!

Hi @petolexa ! Thanks for sharing those results! > only show repeated liveness and healthiness issue as the result of the crash I think this analysis is not correct, from...

Thanks a lot for getting back @petolexa ! Appreciated! And happy that we solved the mistery 🙂

I see two kind of issues reported here: - base image vulnerabilities -> will be solved by using `latest` ubi base image - quarkus/libraries -> we should bump to the...

@tomasAlabes can you share which code-scanning tool are you using?