From 20559a1c751520ce43f9dcf9b098c8b3f61b8f1a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 6 Dec 2024 21:27:13 +0100 Subject: Use all cores when encoding in tests. I think this also avoids the possibility of setting the master encoding thread count to 0 by mistake on machines that don't have many cores. --- test/threed_test.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/threed_test.cc') diff --git a/test/threed_test.cc b/test/threed_test.cc index 78d74add4..408cf3178 100644 --- a/test/threed_test.cc +++ b/test/threed_test.cc @@ -115,9 +115,6 @@ BOOST_AUTO_TEST_CASE (threed_test4) { ConfigRestorer cr; - /* Try to stop out-of-memory crashes on my laptop */ - Config::instance()->set_master_encoding_threads (boost::thread::hardware_concurrency() / 4); - auto film = new_test_film2 ("threed_test4"); auto L = make_shared(TestPaths::private_data() / "LEFT_TEST_DCP3D4K.mov"); film->examine_and_add_content (L); -- cgit v1.2.3