This message was deleted.
# caching
s
This message was deleted.
b
I should note that we may end up simply increasing the size limit for our setup, I’m just trying to understand my options more fully.
t
depends on the case, but it maybe not worth to put such big outputs in the remote build cache. It is possible that executing locally could be faster then downloading build cache entry
c
1- yes, you can configure the task outputs.cacheIf {...} More info: https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/TaskOutputs.html
2- no, cache or not, there still no way to differentiate remote from local (and I believe it would be useful in some cases)
b
Thanks for the info!
k
@no suggests a possible workaround to 2 here https://runningcode.github.io/gradle-doctor/slower-from-cache/