Skip to content
Snippets Groups Projects
Commit adee4eb3 authored by rswindell's avatar rswindell
Browse files

Increased JS stack from 8k to 16k (just paranoid).

Included jsprf for JS_vmsprintf prototype.
parent 0e870f58
No related branches found
No related tags found
No related merge requests found
......@@ -92,9 +92,10 @@
#endif
#define JS_THREADSAFE /* required for multi-thread support */
#include <jsapi.h>
#include <jsprf.h> /* JS-safe sprintf functions */
#define JAVASCRIPT_RUNTIME_MEMORY (1*1024*1024)
#define JAVASCRIPT_CONTEXT_STACK (8*1024)
#define JAVASCRIPT_CONTEXT_STACK (16*1024)
#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