Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

std::bad_alloc in tensorflow #3

Open
michalstepniewski opened this issue May 17, 2019 · 3 comments
Open

std::bad_alloc in tensorflow #3

michalstepniewski opened this issue May 17, 2019 · 3 comments

Comments

@michalstepniewski
Copy link

I am running the code on AWS r5a.xlarge machine with
  | Deep Learning AMI (Ubuntu) Version 14.0 - ami-0089d61bf6a518044-- | --

The machine has 32GB RAM and 4 vCPUs.
I run into:

2019-05-17 16:24:17.915477: W tensorflow/core/framework/allocator.cc:124] Allocation of 3328000000 exceeds 10% of system memory.

terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc

and the running seems to stall.

@emchristiansen
Copy link
Contributor

emchristiansen commented May 17, 2019 via email

@michalstepniewski
Copy link
Author

thanks for prompt reply. I am running on AWS on 61GB RAM and it's working so far so apparently 32GB is not enough :)

@emchristiansen
Copy link
Contributor

emchristiansen commented May 17, 2019 via email

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