WindmillWWindmill
Powered by
StephenS
Windmillโ€ข3y agoโ€ข
26 replies
Stephen

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
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.
WindmillJoin
3,362Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c ยท 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra ยท 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 ๐Ÿ™‚

henri-c ยท 4w ago

Similar Threads

Deployment and license key
tl_jacobTtl_jacob / help
12mo ago
Errors Deploying and Testing Scripts
dfulton2009Ddfulton2009 / help
8mo ago
Catching errors
andnessAandness / help
3y ago
Errors loading flows and apps on Windmill's Home page
The PhantomTThe Phantom / help
16mo ago