This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch add-chakra-support
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 7b125ef2bb193f7f58941f144643f42da82f9b6e
Author: Paul J. Davis <[email protected]>
AuthorDate: Mon Aug 6 12:53:20 2018 -0500

    Fix out of stack space error.
---
 foo.es | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/foo.es b/foo.es
old mode 100644
new mode 100755
index 22414e2..8b63bdd
--- a/foo.es
+++ b/foo.es
@@ -1,3 +1,5 @@
+#!/usr/bin/env escript
+%%! +sssdcpu 128
 
 main([]) ->
   %Prompt = io_lib:format("GDB Attach to: ~s~n", [os:getpid()]),

Reply via email to