From 659537b4ec859f1e705cdd1f82da29ab1a662d94 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 9 Apr 2022 04:10:28 -0400 Subject: De-sigil-ification: * --- stdlib/source/program/aedifex/command/build.lux | 2 +- stdlib/source/program/aedifex/runtime.lux | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'stdlib/source/program') diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux index 4791eec38..71eee1347 100644 --- a/stdlib/source/program/aedifex/command/build.lux +++ b/stdlib/source/program/aedifex/command/build.lux @@ -272,7 +272,7 @@ _ (revised ///runtime.#parameters (|>> (partial_list "-cp" (..jvm_class_path host_dependencies) - "-Xss32m" + "-Xss16m" "--add-opens" "java.base/java.lang=ALL-UNNAMED")) runtime))) diff --git a/stdlib/source/program/aedifex/runtime.lux b/stdlib/source/program/aedifex/runtime.lux index 9657affdc..7ba5e8f9b 100644 --- a/stdlib/source/program/aedifex/runtime.lux +++ b/stdlib/source/program/aedifex/runtime.lux @@ -36,11 +36,12 @@ #program #parameters (`` (list (~~ (template.spliced ))))])] - [default_java "java" [] ["-Xss32m" "--add-opens" "java.base/java.lang=ALL-UNNAMED" "-jar"]] + [default_java "java" [] ["-Xss16m" "--add-opens" "java.base/java.lang=ALL-UNNAMED" "-jar"]] [default_js "node" [] ["--stack_size=8192"]] [default_python "python3" [] []] [default_lua "lua" [] []] - [default_ruby "ruby" [["RUBY_THREAD_VM_STACK_SIZE" "15700000"]] []] + ... 2^23 + [default_ruby "ruby" [["RUBY_THREAD_VM_STACK_SIZE" "8388608"]] []] ) (def: .public (for runtime path) -- cgit v1.2.3