1This directory contains a test for system server memory use.
2
3Directory structure
4===================
5device
6  - those parts of the test that run on device.
7
8host
9  - those parts of the test that run on host.
10
11Running the test
12================
13
14You can manually run the test as follows:
15
16  atest -v system-memory-test
17
18This installs and runs the test on device. You can see the metrics in the
19tradefed output.
20
21