summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIblis Lin <iblis@hs.ntnu.edu.tw>2018-10-20 18:25:08 +0800
committerJoan Touzet <wohali@users.noreply.github.com>2018-10-20 13:18:05 -0400
commit0408ccc44514a6d1f20cedacb4635e614cf94fb0 (patch)
tree67adfbba94edb2459efc9a4176c586074042849c
parent620b1e192ed0abd833a73b8ec2f55a6185ed09dc (diff)
downloadcouchdb-0408ccc44514a6d1f20cedacb4635e614cf94fb0.tar.gz
couchjs: show default runtime SIZE limit on help message
-rw-r--r--src/couch/priv/couch_js/help.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/couch/priv/couch_js/help.h b/src/couch/priv/couch_js/help.h
index c6d76b257..678651fd3 100644
--- a/src/couch/priv/couch_js/help.h
+++ b/src/couch/priv/couch_js/help.h
@@ -52,6 +52,7 @@ static const char USAGE_TEMPLATE[] =
" should not be enabled for production systems)\n"
" -S SIZE specify that the runtime should allow at\n"
" most SIZE bytes of memory to be allocated\n"
+ " default is 64 MiB\n"
" -u FILE path to a .uri file containing the address\n"
" (or addresses) of one or more servers\n"
" --eval Enable runtime code evaluation (dangerous!)\n"