Skip to content

Commit ec1fa34

Browse files
committed
FST: Reduce default DDHDR size to 1GB
1 parent b8d7275 commit ec1fa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/common/setenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [[ -z "$CTF_MAXDETEXT" ]]; then export CTF_MAXDETEXT=0; fi # exte
4646
if [[ -z "$TFDELAY" ]]; then export TFDELAY=100; fi # Delay in seconds between publishing time frames
4747
if [[ -z "$GPUTYPE" ]]; then export GPUTYPE=CPU; fi # GPU Tracking backend to use, can be CPU / CUDA / HIP / OCL / OCL2
4848
if [[ -z "$DDSHMSIZE" ]]; then export DDSHMSIZE=$(( 8 << 10 )); fi # Size of shared memory for DD Input
49-
if [[ -z "$DDHDRSIZE" ]]; then export DDHDRSIZE=$(( 2 << 10 )); fi # Size of shared memory for DD Input
49+
if [[ -z "$DDHDRSIZE" ]]; then export DDHDRSIZE=$(( 1 << 10 )); fi # Size of shared memory for DD Input
5050
if [[ -z "$GPUMEMSIZE" ]]; then export GPUMEMSIZE=$(( 24 << 30 )); fi # Size of allocated GPU memory (if GPUTYPE != CPU)
5151
if [[ -z "$HOSTMEMSIZE" ]]; then export HOSTMEMSIZE=0; fi # Size of allocated host memory for GPU reconstruction (0 = default)
5252
if [[ -z "$CREATECTFDICT" ]]; then export CREATECTFDICT=0; fi # Create CTF dictionary

0 commit comments

Comments
 (0)