Skip to content

Commit

Permalink
set memlim
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuenni committed Jan 23, 2025
1 parent 9c69452 commit 81aee63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def _get_language(self, bar: ProgressBar):
'mainclass': mainclass,
'Mainclass': mainclass[0].upper() + mainclass[1:],
# Memory limit in MB.
# 'memlim': 2048,
'memlim': 2048, # TODO use validation_memory?
# Out-of-spec variables used by 'manual' and 'Viva' languages.
'build': (
self.tmpdir / 'build' if (self.tmpdir / 'build') in self.input_files else ''
Expand Down

0 comments on commit 81aee63

Please sign in to comment.