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

Greedy TF causes segfaults #1

Open
mmalenta opened this issue Jul 21, 2020 · 0 comments
Open

Greedy TF causes segfaults #1

mmalenta opened this issue Jul 21, 2020 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@mmalenta
Copy link
Collaborator

Currently TensorFlow tries to use all of the GPU memory. That causes problems if there are other processes running that use GPU memory (pipeline, plotting, anything else...). This causes the FRBID process to segfault and also crashes other processes.

The solution is to limit the amount of GPU memory TF can use at once, something along the line of 10-15%.

@mmalenta mmalenta added bug Something isn't working enhancement New feature or request labels Jul 21, 2020
@mmalenta mmalenta self-assigned this Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant