Skip to content
Snippets Groups Projects
Commit ea7540b8 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Increase cache size for timeslices

parent a25d7ddb
No related branches found
No related tags found
No related merge requests found
Pipeline #7779 passed with warnings
......@@ -2,7 +2,7 @@ import uproot
import numpy as np
import numba as nb
TIMESLICE_FRAME_BASKET_CACHE_SIZE = 23 * 1024**2 # [byte]
TIMESLICE_FRAME_BASKET_CACHE_SIZE = 523 * 1024**2 # [byte]
SUMMARYSLICE_FRAME_BASKET_CACHE_SIZE = 523 * 1024**2 # [byte]
# Parameters for PMT rate conversions, since the rates in summary slices are
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment