nickva commented on code in PR #4627:
URL: https://github.com/apache/couchdb/pull/4627#discussion_r1599243497
##########
rel/overlay/etc/default.ini:
##########
@@ -931,6 +934,11 @@ url = {{nouveau_url}}
;max_idle = 600000
;enable = true
+[quickjs]
+; Memory limit in bytes. Default is undefined and so the built-in C default
+; of 64MB is used
+;memory_limit_bytes = 67108864
Review Comment:
It's power of two MB version (I never remember if it's MiB or MB). But in
this case it just matches the `DEFAULT_STACK_SIZE (64L * 1024L * 1024L)`
define from
[couchjs.c](https://github.com/apache/couchdb/blob/qjs/src/couch_quickjs/c_src/couchjs.c#L20).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]