Skip to content

Commit

Permalink
Merge pull request #673 from CakeML/ag32-heap-size-80-mb
Browse files Browse the repository at this point in the history
Set heap size of Ag32 programs to 80 MB
  • Loading branch information
myreen authored Jul 28, 2019
2 parents 5a0dba8 + 7507ba7 commit 7e34c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/backend/ag32/ag32_memoryScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ val output_buffer_size_def = Define`
output_buffer_size = 2048n`;

val heap_size_def = Define`
heap_size = 100 * 1024 * 1024n`;
heap_size = 80 * 1024 * 1024n`;

val startup_code_size_def = Define`
startup_code_size = 240n`;
Expand Down

0 comments on commit 7e34c9d

Please sign in to comment.