Skip to content
Snippets Groups Projects
Commit 667e5357 authored by Michal Štěpánek's avatar Michal Štěpánek
Browse files

Increase heap size

parent 46bd88b2
No related branches found
No related tags found
Loading
......@@ -10,7 +10,7 @@
#define AST_INTERPRETER_COMMAND "ast_interpret"
#define RUN "run"
#define MAX_ARG_LEN 70
#define HEAP_SIZE (1024 * 1024)
#define HEAP_SIZE 256 * (1024 * 1024)
 
int main ( int argc, char **argv ) {
if ( argc < 2 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment