Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process getting killed after running 100% #14

Closed
saitejak17 opened this issue Aug 6, 2020 · 7 comments
Closed

Process getting killed after running 100% #14

saitejak17 opened this issue Aug 6, 2020 · 7 comments

Comments

@saitejak17
Copy link

I am trying to run the GloVe model on spider dataset. When I try to run the preprocess step it runs up to 100% and then displays killed. I am using my personal laptop running on CPU. I am following the instructions on the Readme file.
Screenshot 2020-08-04 at 11 07 30 PM

@mrlamm
Copy link

mrlamm commented Aug 9, 2020

I am experiencing the same issue.

@rshin
Copy link

rshin commented Aug 9, 2020

I think this may happen if there is not enough memory on the machine. How much memory do you have?

@saitejak17
Copy link
Author

I think this may happen if there is not enough memory on the machine. How much memory do you have?

This is my memory specification - 16 GB 1600 MHz DDR3. I was only running this program at that time.

@rshin
Copy link

rshin commented Aug 11, 2020

I think preprocess.py should work correctly with less than 16 GB of RAM.

Are you running Docker on Windows or Mac? If you are using Docker Desktop for Mac or Docker Desktop for Windows, the default amount of memory available to Docker containers may be too small, in which case you would need to increase it. The prior links have screenshots of a preferences panel with a slider where you can allocate more memory to Docker.

@mellahysf
Copy link

Hi @mrlamm
i'm facing the same error !!
Did you solve it ? if yes how.
Thanks !!

@mrlamm
Copy link

mrlamm commented Sep 11, 2020

Hi @mellahysf , yes the above recommendation from @rshin was the right one (at least for me, running on a mac)-- you must manually update the amount of memory that docker makes accessible. You can do this via docker desktop --> preferences.

@mellahysf
Copy link

Hello @mrlamm,

Thanks for your reply.
I increase the memory to 8GB and it works now.

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

No branches or pull requests

5 participants