Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • C cellranger_count
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • BICF
  • Astrocyte
  • cellranger_count
  • Issues
  • #40

Closed
Open
Created Feb 21, 2020 by Gervaise Henry@ghenry🤠Maintainer

BUG: thread error on Astrocyte

Detected by Lavanya (Gupta Lab)...

Exceeding thread limit on Astrocyte intermittently

Appears to be localized to 256v1 nodes (see below, 1574863-1590532)

1049334 nf-count3+ FAILED Nucleus024 128GB
1363646 nf-count3+ FAILED Nucleus156 256GBv1
1432212 nf-count3+ FAILED Nucleus010 128GB
1492005 nf-count3+ NODE_FAIL Nucleus025 128GB
1503055 nf-count3+ FAILED Nucleus059 256GB
1503183 nf-count3+ FAILED Nucleus059 256GB
1574863 nf-count3+ FAILED Nucleus142 256GBv1
1581543 nf-count3+ FAILED Nucleus132 256GBv1
1581544 nf-count3+ FAILED Nucleus193 256GBv1
1581550 nf-count3+ FAILED Nucleus132 256GBv1
1582398 nf-count3+ FAILED Nucleus152 256GBv1
1585588 nf-count3+ FAILED Nucleus140 256GBv1
1590532 nf-count3+ FAILED Nucleus140 256GBv1

Where ulimit -u is being reduced for an unknown reason

Nucleus140
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 1031252
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 4096
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 4096
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited

FIX Add this code to the cellranger process start: ulimit -u 16384

Assignee
Assign to
Time tracking