This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-22
Channels
- # announcements (1)
- # aws (2)
- # babashka (52)
- # beginners (35)
- # calva (20)
- # clj-kondo (13)
- # cljdoc (8)
- # clojure (14)
- # clojure-uk (6)
- # clojurescript (5)
- # conjure (13)
- # crypto (1)
- # data-oriented-programming (1)
- # datalevin (7)
- # emacs (2)
- # fulcro (21)
- # graalvm (14)
- # introduce-yourself (1)
- # lsp (6)
- # malli (17)
- # off-topic (15)
- # re-frame (10)
- # releases (1)
- # sci (2)
- # shadow-cljs (17)
- # tools-build (9)
- # tools-deps (6)
FYI: I found this hack that increases windows github action runners PageFileSize making graalvm builds way faster 😛 https://github.com/clojure-lsp/clojure-lsp/blob/master/.github/workflows/release.yml#L300-L304
Inside that action there is a ps1 script that gh action just call with your args, so I think it would work calling that manually :)
Pagefile (virtual memory) is like the swap for unix systems. Windows GH action runners has 7GB of RAM and 14 GB of ssd, with this action we tell to Windows use part of the ssd has virtual memory