Coder Social home page Coder Social logo

Comments (1)

dtrudg avatar dtrudg commented on August 17, 2024 1

Discussed with @tri-adam and did some trials - we don't appear to be affected by this due to disabling GC for the starter. The reproducer on the hpcng issue shows lsof output that includes the sandbox for CE 3.8.

Confirmed 3.7.4 does show the issue (lsof shows no sandbox)

11:15 AM $ singularity version 
3.7.4

11:15 AM $ ps aux | grep runtime
dtrudg     71249  4.8  0.2 1180260 22124 pts/0   Sl   11:15   0:00 Singularity runtime parent
dtrudg     71311  0.0  0.0 221400   856 pts/1    S+   11:15   0:00 grep --color=auto runtime

11:15 AM $ lsof -p 71249 | grep sandbox

CE 3.8.0 does not have the issue (lsof shows sandbox)

11:09 AM $ singularity version 
3.8.0+36-g9c3674c96

11:09 AM $ ps aux | grep runtime
dtrudg     39800  0.4  0.2 1179820 21988 pts/0   Sl   11:08   0:00 Singularity runtime parent
dtrudg     39912  0.0  0.0 221400   856 pts/1    S+   11:09   0:00 grep --color=auto runtime

11:09 AM $ lsof -p 39800 | grep sandbox
starter 39800 dtrudg    3r      DIR               0,49      560     163 /tmp/centos7-sandbox

from singularity.

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.