Skip to content

Commit 78d23ee

Browse files
committed
C#/Java: Allow the model generator to use 32GB of ram.
1 parent 48739da commit 78d23ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/models-as-data/generate_flow_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def runQuery(self, query):
126126
resultBqrs = os.path.join(self.workDir, "out.bqrs")
127127

128128
helpers.run_cmd(['codeql', 'query', 'run', queryFile, '--database',
129-
self.database, '--output', resultBqrs, '--threads', '8'], "Failed to generate " + query)
129+
self.database, '--output', resultBqrs, '--threads', '8', '--ram', '32768'], "Failed to generate " + query)
130130

131131
return helpers.readData(self.workDir, resultBqrs)
132132

0 commit comments

Comments
 (0)