We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What are the proper values of the WATERMARKs in Memtis?
#define MIN_WATERMARK_LOWER_LIMIT 128 * 100 // 50MB #define MIN_WATERMARK_UPPER_LIMIT 2560 * 100 // 1000MB #define MAX_WATERMARK_LOWER_LIMIT 256 * 100 // 100MB #define MAX_WATERMARK_UPPER_LIMIT 3840 * 100 // 1500MB
memtis/linux/mm/htmm_migrater.c
Line 22 in 50560af
The text was updated successfully, but these errors were encountered:
We may use 1/10 of the original values. For example, RSS of our Liblinear benchmark is 1/10 of that of the Memtis' experimental setup.
Sorry, something went wrong.
For the MIN_WATERMARK 3% of the DRAM (top-tier) capacity is used and For the MAX_WATERMARK, 2% is used.
Line 81 in 50560af
No branches or pull requests
What are the proper values of the WATERMARKs in Memtis?
memtis/linux/mm/htmm_migrater.c
Line 22 in 50560af
The text was updated successfully, but these errors were encountered: