Stephen
Stephen
WWindmill
Created by Stephen on 9/18/2023 in #help
Proxmox deployment and OOM(?) errors
Hello everyone, I've been using Windmill for months on an Ubuntu server, with Windmill deployed in a Docker container. It's been working flawlessly. Lately I've been looking into using Proxmox on this server for my home setup. So, I backed up my workspace, installed Promox, created an Ubuntu VM with 16GB of RAM and I deployed Windmill on it in a Docker container. I then pushed my backed up workspace, which means I am now roughly back to how it was in my previous setup. Sadly none of my flows work. Lightweight scripts getting and setting Windmill variables work, but heavier flows involving pulling data from an API and pushing to a PostgreSQL db fail immediately with the following error:
[
{
"error": {
"name": "ExecutionErr",
"message": "error during execution of the script:\nprocess terminated by signal: Some(\n 4,\n), stopped_signal: None, core_dumped: true"
}
}
]
[
{
"error": {
"name": "ExecutionErr",
"message": "error during execution of the script:\nprocess terminated by signal: Some(\n 4,\n), stopped_signal: None, core_dumped: true"
}
}
]
Someone else posted a question with a similar error log, and the answer was that he was getting an Out Of Memory error. I don't see how this could be the case though: - The VM is currently using 800M of mem out of 15G - docker info returns

CPUs: 8
Total Memory: 15.61GiB

CPUs: 8
Total Memory: 15.61GiB
I'm a bit lost. Not sure what to do. Does anyone have an idea of what could be going wrong here? I really just have a barebone setup with default configs.
27 replies