Skip to content

Commit

Permalink
remove compile memory limit of 5 Petabytes?
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuenni committed Jan 24, 2025
1 parent 4be0e1b commit af1e5d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ def _compile(self, bar: ProgressBar):
ret = exec_command(
self.compile_command,
stdout=subprocess.PIPE,
memory=5_000_000_000,
cwd=self.tmpdir,
# Compile errors are never cropped.
crop=False,
Expand Down

0 comments on commit af1e5d9

Please sign in to comment.