Skip to content

inode leak #14

@thomasmeeus

Description

@thomasmeeus

Hi,

I think subsplit has some kind of inode-leak:

root::gitlab { .../KunstmaanBundlesCMS/.subsplit/.git }-> pwd
/home/subsplit/dflydev-git-subsplit-github-webhook/temp/KunstmaanBundlesCMS/.subsplit/.git
root::gitlab { .../KunstmaanBundlesCMS/.subsplit/.git }-> for i in *; do echo -e "$(find $i | wc -l)\t$i"; done | sort -n
1   branches
1   config
1   description
1   FETCH_HEAD
1   HEAD
1   index
1   ORIG_HEAD
1   packed-refs
3   info
6   objects
10  hooks
75  refs
319 logs
7275935 subtree-cache

Is this a bug or am I supposed to rm the subtree-cache directory on a regular basis? Our server has run out of inodes twice.

Thx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions