| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@cklin I opted for only using this option with CLI versions >=2.5.9 as, if I recall correctly, the flag was introduced in 2.5.8 but had a bug at that point. Is this correct? |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good modulo the discussion on the correct CodeQL version to check for before passing this flag.
Sorry, something went wrong.
The bug fix https://github.com/github/semmle-code/pull/39696/commits/14b72e0439866c662cfdc1a9176ffad23b10a048 went into 2.5.8. And of course 2.5.9 works too. |
Sorry, something went wrong.
Ah, okay, we can use 2.5.8 then! Thanks for checking that 🙂 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR passes a RAM option to database finalize, using the same logic to determine what value to use as we do for database run-queries. Currently, without a RAM option the JVM will determine it's own limit which is much more conservative than what we would do (i.e. use most of the memory available) leading to OOM errors during TRAP import for certain projects.
Merge / deployment checklist