Has anyone gotten planck to work on the Ubuntu Linux bash shell (aka WSL) on windows 10. I get a memory segfault, complaining of memory limits
@steveh2009 Yes, a while back https://twitter.com/mfikes/status/743636207201026048
Strange, that's years ago and it should just work. Just last night I d/l ubuntu from Win Store. I'm on the latest Win 10 build (normal updates, not the Insider Program).
Is it running into memory issues trying to compile Planck itself, or just running a pre-built binary?
Mike, I followed your apt-get setup so it's the freshest pre-built
OK (by the way, if it is Ubuntu 14.04, it is a bit older. (Only the newest binaries are shipped on 16.04 owing https://github.com/planck-repl/planck/issues/540)
Here's some output:
ubuntu $ java -version openjdk version "1.8.0_171" OpenJDK Runtime Environment (build 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11) OpenJDK 64-Bit Server VM (build 25.171-b11, mixed mode) ubuntu $ planck ClojureScript 1.10.238 FATAL: Could not allocate gigacage memory with maxAlignment = 34359738368, totalSize = 103079215104. (Make sure you have not set a virtual memory limit.) Segmentation fault (core dumped)