Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

MemoryError #57

Open
cmullenmm opened this issue Oct 3, 2017 · 3 comments
Open

MemoryError #57

cmullenmm opened this issue Oct 3, 2017 · 3 comments

Comments

@cmullenmm
Copy link

Hi

We are experiencing a MemoryError while running a function in Python from your go library. Increasing the amount of memory works fine to solve this issue when the Python is run directly. When run through this library we receive the MemoryError no matter how much we make available to the process. Is there some configuration which dictates the amount of memory Go is allocating for the Python process? If so can we change it?

Thanks for your help

@halegreen
Copy link

Same as me. I just run a simple python script, while the go exit with the error :

Process finished with exit code 137 (interrupted by signal 9: SIGKILL)

@Jasminetyt
Copy link

I have meet the same question

@sbinet
Copy link
Owner

sbinet commented Nov 30, 2019

It's hard to help without a simple reproducer.
At face value, I would say you're all missing calls to 'Decref'.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants