DevinLeamy commented on code in PR #554:
URL: https://github.com/apache/mesos/pull/554#discussion_r1565850696
##########
src/tests/containerizer/cgroups2_tests.cpp:
##########
@@ -52,6 +54,13 @@ namespace mesos {
namespace internal {
namespace tests {
+// System page size.
+//
+// Byte amounts written to the memory controller that are not aligned with the
+// system page size will be rounded up when read. Therefore, for simplicity,
+// we only test with multiples of the page size.
Review Comment:
src:
https://docs.kernel.org/admin-guide/cgroup-v2.html#memory-interface-files
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]