question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Each added image is stored as a separate file to disk

See original GitHub issue

Cluster environments often restrict the number of inodes per account/mount point. For example, the cluster of my organization has a limit of 1M files that can be stored in the partition for experiment artifacts. While the tensorboard client writes all resources (such as images upon add_image) to pb files, wandb client seems to store every image as a separate file to disk. This implementation causes the out-of-quota errors very quickly when running experiments on the scale of tens and hundreds in a cluster environment. It would be great to either add a flag to delete such temporary images upon syncing them to the cloud, or write resources into a single (or less) files.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:3
  • Comments:6

github_iconTop GitHub Comments

2reactions
issue-label-bot[bot]commented, Oct 19, 2020

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.79. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

0reactions
toshascommented, Apr 20, 2021

Hi, is the issue on the roadmap?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Save a picture or other graphic as a separate file
Select the folder where you want to store the image. Click Save. Image-file formats. File format. Description ...
Read more >
Create a disk image using Disk Utility on Mac - Apple Support
You can create an empty disk image, add data to it, then use it to create disks, CDs, or DVDs. In the Disk...
Read more >
About storage drivers - Docker Documentation
Docker uses storage drivers to store image layers, and to store data in the ... All changes made to the running container, such...
Read more >
About Disk Image Types
ISO images are used to store a copy of CD/DVD/Blue-ray disc in a file and stand apart from ... you may create a...
Read more >
Disk image - Wikipedia
A disk image, in computing, is a computer file containing the contents and structure of a disk volume or of an entire data...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found