COUCHDB-1622 ensure that Windows batch file uses same VM flags as the service and UNIX
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/419a8099 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/419a8099 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/419a8099 Branch: refs/heads/1597-update-erlang-oauth-1-3-0 Commit: 419a80994d939dbafd0c3b5c1cd545f63e8f6e5f Parents: 811e49b Author: Dave Cottlehuber <[email protected]> Authored: Sun Dec 2 11:05:31 2012 +0100 Committer: Dave Cottlehuber <[email protected]> Committed: Tue Dec 4 15:56:45 2012 +0100 ---------------------------------------------------------------------- bin/couchdb.bat.tpl.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/419a8099/bin/couchdb.bat.tpl.in ---------------------------------------------------------------------- diff --git a/bin/couchdb.bat.tpl.in b/bin/couchdb.bat.tpl.in index 48d7851..8718ee6 100644 --- a/bin/couchdb.bat.tpl.in +++ b/bin/couchdb.bat.tpl.in @@ -23,4 +23,4 @@ rem intermittently. But using erl should be fine for production use. if "%ERL%x" == "x" set ERL=werl.exe echo CouchDB %version% - prepare to relax... -%ERL% -sasl errlog_type error -s couch +%ERL% -sasl errlog_type error -s couch +A 4 +W w
