]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: reduce cache size further
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 10 Dec 2019 21:24:50 +0000 (13:24 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 10 Dec 2019 21:24:50 +0000 (13:24 -0800)
1M isn't low enough to trigger recall/trimming.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_client_limits.py

index 75f7a68415f587661dc8f45e9f992c6ad52ad98d..7b496d751e3bca7a7286b6bb0cfd32c839042dde 100644 (file)
@@ -40,7 +40,7 @@ class TestClientLimits(CephFSTestCase):
 
         # Set MDS cache memory limit to a low value that will make the MDS to
         # ask the client to trim the caps.
-        cache_memory_limit = "1M"
+        cache_memory_limit = "1K"
 
         self.set_conf('mds', 'mds_cache_memory_limit', cache_memory_limit)
         self.set_conf('mds', 'mds_recall_max_caps', open_files/2)