This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-27
Channels
- # aleph (3)
- # beginners (89)
- # boot (198)
- # cbus (4)
- # cider (11)
- # clara (2)
- # cljs-dev (27)
- # cljsrn (4)
- # clojure (141)
- # clojure-austin (4)
- # clojure-italy (11)
- # clojure-nl (1)
- # clojure-poland (2)
- # clojure-russia (35)
- # clojure-spec (33)
- # clojure-uk (55)
- # clojurescript (111)
- # core-logic (15)
- # cursive (2)
- # datascript (47)
- # datomic (132)
- # emacs (4)
- # jobs (1)
- # lein-figwheel (13)
- # leiningen (15)
- # lumo (20)
- # off-topic (110)
- # om (8)
- # onyx (20)
- # parinfer (2)
- # protorepl (1)
- # re-frame (36)
- # reagent (5)
- # remote-jobs (1)
- # ring (2)
- # ring-swagger (5)
- # specter (6)
- # uncomplicate (3)
- # unrepl (77)
@mrg try this:
(def v8 (js/require "v8"))
(v8.setFlagsFromString '--max_old_space_size=8192')
Do you have another idea @anmonteiro ?
I think that should probably work hrm
I don’t have any other ideas though
@mrg feel free to open an issue
we should probably see what Node.js does here and make it work
Thanks @anmonteiro
thanks 🙂
Hey @anmonteiro .. I don't suppose there is a way to get the compiled javascript out of lumo, and then run that one in node? :thinking_face:
@mrg well…
that’s the purpose of the ClojureScript compiler + :target :nodejs
but you can also compile simple CLJS projects with Lumo: https://anmonteiro.com/2017/02/compiling-clojurescript-projects-without-the-jvm/