Skip to content

Commit 6b5ec70

Browse files
committed
Revert constants to support production hardware
1 parent da090cd commit 6b5ec70

File tree

1 file changed

+2
-2
lines changed
  • httomo_backends/methods_database/packages/backends/httomolibgpu/supporting_funcs/recon

1 file changed

+2
-2
lines changed

httomo_backends/methods_database/packages/backends/httomolibgpu/supporting_funcs/recon/algorithm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,9 @@ def add_to_memory_counters(amount, per_slice: bool):
414414
add_to_memory_counters(after_recon_swapaxis_slice, True)
415415

416416
if min_mem_usage_filter and min_mem_usage_ifft2:
417-
return (tot_memory_bytes * 1.1, fixed_amount)
417+
return (tot_memory_bytes * 1.15, fixed_amount)
418418
elif min_mem_usage_filter and not min_mem_usage_ifft2:
419-
return (tot_memory_bytes + 50 * 1024 * 1024, fixed_amount)
419+
return (tot_memory_bytes + 60 * 1024 * 1024, fixed_amount)
420420
else:
421421
return (tot_memory_bytes * 1.1, fixed_amount)
422422

0 commit comments

Comments
 (0)