W
Windmill11mo ago
ym1198

Meaning of this error ?

{ "error": { "name": "ExecutionErr", "message": "error during execution of the script: process terminated by signal: Some( 9, ), stopped_signal: None, core_dumped: false" } }
6 Replies
rubenf
rubenf11mo ago
Out of memory
ym1198
ym119811mo ago
oh only solution is to increase memory of all workers?
rubenf
rubenf11mo ago
Or use a worker group with more memory
ym1198
ym119811mo ago
in docker how to have 2 worker groups one will more memory and other with less i mean in docker compose, do I have to add service of workers twice ? please help here - how to create 2 worker group in doc i can find links how to run a script with a particular group but not how to create a worker group itself
Tiago Serafim
Tiago Serafim11mo ago
Yes
ym1198
ym119811mo ago
Ok