osv.dev
osv.dev copied to clipboard
fixit: reduce memory usage
Profile and reduce memory usage across API, frontend.
Cloud Profiler is set for test instance: https://github.com/google/osv.dev/pull/2941
And build-essential is required as per documentation: https://github.com/google/osv.dev/pull/2944
Cloud Profiler had to be disabled in #3827 Looking at the profiler, most of the problems were to do with the database structure, which is being worked on in #3850