Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

cas: never cache values in memory #279

Merged
merged 1 commit into from
Dec 12, 2014
Merged

cas: never cache values in memory #279

merged 1 commit into from
Dec 12, 2014

Conversation

jonboulle
Copy link
Contributor

Fixes #267

BasePath: filepath.Join(base, "cas", p),
Transform: blockTransform,
CacheSizeMax: 1024 * 1024, // 1MB
BasePath: filepath.Join(base, "cas", p),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? any context?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #267

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fwiw, it's also mentioned in #278

@philips
Copy link
Contributor

philips commented Dec 12, 2014

lgtm

jonboulle added a commit that referenced this pull request Dec 12, 2014
cas: never cache values in memory
@jonboulle jonboulle merged commit e479648 into rkt:master Dec 12, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stage0: oom while extracting images
4 participants