Cache Size: ~0 MB (22 B)
See original GitHub issueI’m trying the new cache: 'yarn'
input, but for some unknown reason the cache is created empty:
https://github.com/adeira/universe/runs/2972556811?check_suite_focus=true#step:3:19
Any idea what could be the reason or how to fix it? Thank you.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Using GitHub cache action with multiple cache paths?
... MBs/sec store Store in cache 2021-11-10T22:59:35.1761565Z Cache Size: ~0 MB (260 B) store Store in cache 2021-11-10T22:59:35.1781110Z ...
Read more >Cache size recommandation - General - Kopia Forum
Do you have a cache size recommandation, especially if I want to shrink it? ... KB) 0 between 100 KB and 1 MB...
Read more >Cache introduction - Washington
Our example used a 22-block cache with 21 bytes per block. Thus, memory address 13 (1101) would be stored in byte 1 of...
Read more >Monitoring and adjusting caching | Apache Cassandra 2.2
Cache size in bytes; Capacity in bytes; Number of hits; Number of requests; Recent hit rate; Duration in seconds after which Cassandra saves ......
Read more >Cache Memory
In this program we linearly access an array of memory of size 2 N bytes (2 N-2 integers). We count the total time....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @mrtnzlml. Thank you for your response. I agree with you that it makes sense to add this check. We’ll keep the issue open until we add this check.
Hello @michalsanger. Thank you for you report. I think the root cause of the issue that you use
FORCE_COLOR
. Output fromyarn cache dir
gets extra output for color, that is why action can’t find proper path and packs empty directory. If you removeFORCE_COLOR
, action will work as expected.