Skip to content
Snippets Groups Projects
Commit ba9e8901 authored by Videau Luc's avatar Videau Luc
Browse files

chage memlaout USTACK_LIMIT

parent 026d2b71
No related branches found
Tags tp2-act-5-4
No related merge requests found
......@@ -73,7 +73,7 @@
#define HEAP_THRESHOLD (8*1024*1024)
#define USTACK_BOTTOM (256*1024*1024)
#define USTACK_LIMIT (4 * 1024)
#define USTACK_LIMIT (256 * 1024)
#define USTACK_TOP (USTACK_BOTTOM + USTACK_LIMIT)
#endif
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