Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use long value so that cache sizes greater than 2Gigabytes can be supported. #2558

Merged
merged 2 commits into from
Nov 7, 2017

Conversation

bhargavms
Copy link
Contributor

Description

I want to be able to set cache sizes greater than 2 gigabytes which is the max value supported by the int primitive type, my approact to achieving this is to change the type used for maintaing cache size to long, so that cache with greater than 2 gigabyte can be used since these days phones are getting bulkier I think its fair to also let developers use more of the phone to improve User experience.

Issue Reference:
#2022

Motivation and Context

Bigger cache sizes equals better user experiences!

@bhargavms
Copy link
Contributor Author

bhargavms commented Nov 3, 2017

@sjudd re-signed commits and rebased with Master

@sjudd
Copy link
Collaborator

sjudd commented Nov 7, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants