Parcourir la source

Re-adjust DPREFETCH_BUFFER_SIZE back to 5632 bytes

Alex Perez il y a 1 an
Parent
commit
354beec089
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      platformio.ini

+ 1 - 1
platformio.ini

@@ -211,7 +211,7 @@ build_flags =
     -DROMDRIVE_OFFSET=${env:ZuluSCSI_Pico_DaynaPORT.program_flash_allocation}
 ; These take a large portion of the SRAM and can be adjusted
     -DLOGBUFSIZE=8192
-    -DPREFETCH_BUFFER_SIZE=4608
+    -DPREFETCH_BUFFER_SIZE=5632
     -DSCSI2SD_BUFFER_SIZE=57344
 ; This controls the depth of NETWORK_PACKET_MAX_SIZE (1520 bytes)
 ; For example a queue size of 10 would be 10 x 1520 = 15200 bytes