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
Out of memory
oh
only solution is to increase memory of all workers?
Or use a worker group with more memory
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
Yes
Ok