• Show log

    Commit

  • Hash : eaa70c6c
    Author : Patrick Steinhardt
    Date : 2020-02-18T18:09:11

    tests: object: decrease number of concurrent cache accesses
    
    In our test case object::cache::fast_thread_rush, we're creating 100
    concurrent threads opening a repository and reading objects from it.
    This test actually fails on ARM32 with an out-of-memory error, which
    isn't entirely unexpected.
    
    Work around the issue by halving the number of threads.