<#20536 successful usage on Raspberry Pi?> New dis...
# github-notifications
c
#20536 successful usage on Raspberry Pi? New discussion created by TadFinkler Hello, I'm trying to follow directions that a colleague wrote up for starting pantsd in a repository on a Raspberry Pi. The directions are proofed out with something more like a NUC. I'm running into
pi@ZDC2:~/repos/test_repo $ source activate.sh --print-stacktrace 16:32:38.37 [INFO] waiting for pantsd to start... 16:32:53.42 [INFO] pantsd started 16:32:54.78 [INFO] Initializing scheduler... 16:32:54.85 [ERROR] Could not initialize store for cache: "Error making env for store at \"/home/pi/.cache/pants/lmdb_store/cache/2\": Cannot allocate memory"
I can't find any references to this error that could give me a hint on where to turn next. Also, full disclosure: I'm a mechanical engineer, not a linux magician. But I'm hoping for some quick responses on: 1. Is this likely a permissions thing or a memory capacity thing? 2. What are the minimum memory requirements for pants to work? 3. Can anybody vouch for successful deployment on a Raspberry Pi? If so, what hardware and os versions? Thank you! pantsbuild/pants