mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
C#/Java: Allow the model generator to use 32GB of ram.
This commit is contained in:
@@ -126,7 +126,7 @@ Requirements: `codeql` should both appear on your path.
|
||||
resultBqrs = os.path.join(self.workDir, "out.bqrs")
|
||||
|
||||
helpers.run_cmd(['codeql', 'query', 'run', queryFile, '--database',
|
||||
self.database, '--output', resultBqrs, '--threads', '8'], "Failed to generate " + query)
|
||||
self.database, '--output', resultBqrs, '--threads', '8', '--ram', '32768'], "Failed to generate " + query)
|
||||
|
||||
return helpers.readData(self.workDir, resultBqrs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user