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

Killed: 9 #203

Open
karasjoh000 opened this issue Mar 20, 2019 · 1 comment
Open

Killed: 9 #203

karasjoh000 opened this issue Mar 20, 2019 · 1 comment

Comments

@karasjoh000
Copy link

I get a sigkill when training on a 219000x100 matrix.

@infinite-Joy
Copy link

This is probably done from the OS side as a safety mechanism due to unsufficient memory in the machine. I am assuming you are probably using a linux machine. In that case this will be carried out by the OOM_killer. Size of f64 in rust is 8 bytes: ref so a matrix of your size should have 200 MB. Can you log the memory consumption of your machine and see if you really have 200 MB during execution or are you doing too many things at once.

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

2 participants