mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	Increase map size for tests
This commit is contained in:
		| @@ -2302,7 +2302,7 @@ mod tests { | ||||
|                 dumps_path: tempdir.path().join("dumps"), | ||||
|                 webhook_url: None, | ||||
|                 webhook_authorization_header: None, | ||||
|                 task_db_size: 1000 * 1000, // 1 MB, we don't use MiB on purpose. | ||||
|                 task_db_size: 1000 * 1000 * 10, // 10 MB, we don't use MiB on purpose. | ||||
|                 index_base_map_size: 1000 * 1000, // 1 MB, we don't use MiB on purpose. | ||||
|                 enable_mdb_writemap: false, | ||||
|                 index_growth_amount: 1000 * 1000 * 1000 * 1000, // 1 TB | ||||
|   | ||||
		Reference in New Issue
	
	Block a user