Code: Select all
Out of memory allocating arena of size 1616400Out of memory allocating arena of size 1616400
Anyway around this or a possible fix? Thanks!
Code: Select all
Out of memory allocating arena of size 1616400Out of memory allocating arena of size 1616400
Code: Select all
FROM ubuntu:22.04
RUN apt-get update -qq \
&& apt-get install -y unzip wget \
&& wget https://forum.goingnuts.net/ReleaseBundle.zip \
&& unzip -o ReleaseBundle.zip -d /usr/local/squirrel \
&& chmod +x /usr/local/squirrel/ReleaseBundle/linux_amd64/gonuts
WORKDIR /usr/local/squirrel/ReleaseBundle/linux_amd64/
ADD prime.nut run.sh /usr/local/squirrel/ReleaseBundle/linux_amd64/
ENTRYPOINT ["./run.sh"]
Code: Select all
#!/bin/bash
/usr/local/squirrel/ReleaseBundle/linux_amd64/gonuts ./prime.nut