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

ResNet example no space left with default settings #253

Open
emattia opened this issue Sep 12, 2023 · 0 comments
Open

ResNet example no space left with default settings #253

emattia opened this issue Sep 12, 2023 · 0 comments

Comments

@emattia
Copy link

emattia commented Sep 12, 2023

In the ResNet example, the default ImageNet downloader job spec was under-resourced.

From kube logs for the job's pod:

Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox 
"269ccb6246354dd1910e6663193fca536256b674627105596ebe56aab76daad1": failed to set network "cni-loopback" cached 
result: write /var/lib/cni/results/cni-loopback-269ccb6246354dd1910e6663193fca536256b674627105596ebe56aab76daad1-lo: 
no space left on device

Bumping memory up to 8Gi did the trick for me.

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

1 participant