Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 1
    Maybe you can show the code? Commented Sep 21, 2020 at 1:27
  • 1
    Python error code 137 means the process was killed. If you are not manually killing it, then it is probably the operating system terminating it, most likely due to excessive memory usage. Does memory usage exceed 7GB? Please profile the memory usage of your app from the portal using metrics. Example = stackoverflow.com/a/41403722/2048857 Commented Sep 21, 2020 at 2:31
  • @BowmanZhu, I'm unable to share the code. @TroyWitthoeft. Please see UPDATE 1 above. Commented Sep 21, 2020 at 17:53
  • Please provide a minimal reproducible example. We cannot help you without knowing what exactly you're doing. Commented Sep 21, 2020 at 19:03
  • stackoverflow.com/questions/63849052/… here is the code i'm using Commented Sep 21, 2020 at 23:36