Developer FAQ
bsp
takes a lot of time applying patches
There are 2 possible causes:
- Your
bsp
project is stored on mechinical hard drives.
As patching is random 4K intensive, we suggest you putbsp
on solid state drives. - Your source tree has too many dangling commits.
This happens naturally as you use the project. You can go to the source tree under.src
and rungit gc --prune
to restore the performance.