Giter Club home page Giter Club logo

Comments (7)

mimakaev avatar mimakaev commented on July 27, 2024

It should be logical to put sort temp files in the work directlry perhaps, or wherever all other temp files are created.

from distiller-nf.

hakanozadam avatar hakanozadam commented on July 27, 2024

I had the same problem and the pipeline failed because of insufficient space. I ended up providing available space 30x the size of the input to get around the problem. I would also suggest putting tmp files somewhere in the work dir. Also, it would help to see full paths in the logs instead of relative paths.

from distiller-nf.

hakanozadam avatar hakanozadam commented on July 27, 2024

When distiller is running on docker images, it stores the tmp files inside /var/lib/docker
Inside /var/lib/docker, the intermediate files are stored here: /var/lib/docker/aufs

So, unless we can specify the tmp folder for GNU sort, one needs a lot of space available in the OS volume.

##########################

du -hs /var/lib/*
12K /var/lib/AccountsService
12K /var/lib/apparmor
132M /var/lib/apt
4.0K /var/lib/dbus
8.0K /var/lib/dhcp
158G /var/lib/docker

du -hs /var/lib/docker/aufs
165G /var/lib/docker/aufs

from distiller-nf.

golobor avatar golobor commented on July 27, 2024

@hakanozadam @sergpolly do you think the issues of space got completely fixed?

from distiller-nf.

sergpolly avatar sergpolly commented on July 27, 2024

I haven't experienced first hand, so I asked @hakanozadam to check

from distiller-nf.

hakanozadam avatar hakanozadam commented on July 27, 2024

I am still running an earlier version of distiller. But I plan to upgrade to the most recent one soon. Then I can check and provide feedback.

from distiller-nf.

golobor avatar golobor commented on July 27, 2024

this issue is solved, but i'll create a new one for a similar issue

from distiller-nf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.