caicloud/cyclone

Performance enhancement

supereagle opened this issue · 3 comments

Is this a BUG REPORT or FEATURE REQUEST?:

/kind enhancement

What happened:

What you expected to happen:

ToDos:

  • Improve Git resolver to pull code #1168
  • Improve SCM list APIs speed #1135
  • Improve PV cleanup speed of GC pod

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

/assign
/priority p0

Improve PV cleanup speed of GC pod

Mainly depend on the storage performance. Have tested on Glusterfs and local storage, the speed is ok.

The configure of Glusterfs PV:

features.cache-invalidation=on
features.cache-invalidation-timeout=600
performance.stat-prefetch=on
performance.cache-invalidation=on
performance.md-cache-timeout=600
network.inode-lru-limit=200000
performance.cache-size=512MB
client.event-threads=4
server.event-threads=4
cluster.readdir-optimize=on

Have done

/close