Open mir-am opened 2 years ago
Right now, it tries to instantiate the MavenResolver, which likely has issues with the new DB size. How much memory does the REST API have at the moment? Until we factor out the resolution to the micro-service, the REST API should have at least 32GB, if not more by now.
To give an update, with 64 GB of the heap size, the REST API still crashes. See:
$ kubectl top pod -n fasten fasten-restapi-java-5bcb74b56d-tsbv8
NAME CPU(cores) MEMORY(bytes)
fasten-restapi-java-5bcb74b56d-tsbv8 561m 63934Mi
Describe the bug
The REST API is completely unresponsive when it's just launched. A simple query like
http://localhost/packages
does not work.Logs
Environment (please complete the following information):