You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to run the container on an M1 Mac like this:
docker run --init --rm -p 8080:8080 --platform linux/amd64 ghcr.io/engflow/free:2.8.0
However, I get the following error:
java.lang.IllegalArgumentException: CAS is too small to support 5 executors:
Disk size 62,671,097,856
- Reserved for OS 12,534,219,572 (20% of disk)
- Max output size 20,000,000,000 (4,000,000,000 Bytes of outputs per executor)
- Replica size 15,068,439,142
= 15,068,439,142
is less than 20,000,000,000 (4,000,000,000 Bytes of inputs per executor)
at com.engflow.re.cas.CasConfig.determineCasConfig(CasConfig.java:72)
at com.engflow.re.mini.Main.start(Main.java:272)
at com.engflow.re.mini.Main.main(Main.java:141)
When I reduce the input/output tree sizes, I can get it to start successfully:
I'd like to change it so it works even if the -v flag isn't specified, or at least fails with a good error message. The current state where it silently hangs is a footgun.
I'm able to run the container on an M1 Mac like this:
However, I get the following error:
When I reduce the input/output tree sizes, I can get it to start successfully:
However, it doesn't reply to HTTP requests:
I think this is an error from envoy unable to talk to mini. I also tried to talk to mini directly, but I just get empty responses.
The text was updated successfully, but these errors were encountered: