cloudfoundry / python-buildpack

Cloud Foundry buildpack for the Python Language
http://docs.cloudfoundry.org/buildpacks/
Apache License 2.0
121 stars 279 forks source link

Exited with status 137 (out of memory) #237

Closed bxvcd-732 closed 3 years ago

bxvcd-732 commented 3 years ago

What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running cf curl /v2/info && cf version? Version: cf.exe version 6.53.0+8e2b70a4a.2020-10-01 Info: { "name": "IBM Cloud", "build": "v15.0.0", "support": "http://ibm.biz/bluemix-supportinfo", "version": 0, "description": "IBM Bluemix", "authorization_endpoint": "https://iam.cloud.ibm.com/cloudfoundry/login/us-south", "token_endpoint": "https://uaa.us-south.cf.cloud.ibm.com", "min_cli_version": null, "min_recommended_cli_version": null, "app_ssh_endpoint": "ssh.us-south.cf.cloud.ibm.com:2222", "app_ssh_host_keyfingerprint": "¯_(ツ)/¯", "app_ssh_oauth_client": "ssh-proxy", "doppler_logging_endpoint": "wss://doppler.us-south.cf.cloud.ibm.com:443", "api_version": "2.156.0", "osbapiversion": "2.15", "user": "¯_(ツ)/¯" }

What version of the buildpack you are using?

If you were attempting to accomplish a task, what was it you were attempting to do? ibmcloud cf push

What did you expect to happen? It should deploy my app and make my app work.

What was the actual behavior? Exited with status 137 (out of memory)

Please confirm where necessary:

Log file: https://drive.google.com/file/d/1-SdXSG7mkwcLTNAIo6lUICKomgdYB2Fs/view?usp=sharing (Am I doing right?)

cf-gitbot commented 3 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/176070092

The labels on this github issue will be updated when the story is started.

bxvcd-732 commented 3 years ago

There was an issue on my code. Sorry!