I have a scenario where I'm trying to download a p...
# general
h
I have a scenario where I'm trying to download a pex into a docker container and then execute it. I am able to download it and store it in the docker container. When I go to execute it, it just returns and says "Killed". Any thoughts as to what could be happening?
When I unzip the pex, I can run
python __main__.py
fine
Not sure how to gain more info about what could be happening between command executing and command dying.
ah, I think it's a container memory issue. When I execute the script in a different way, I was able to get an OOM termination
👍 1