Try that again

This commit is contained in:
dschmenk 2024-02-14 13:30:28 -08:00
parent 0743eba40c
commit c6220f389d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -226,7 +226,7 @@ if not except(exit)
return
fin
fileio:iobufalloc(2) // Reserve two I/O buffers
if isule(heapavail, MINBUFSIZE + 256)
if isule(heapavail, MINBUFSIZE + 4096)
puts(" No available memory for copy buffer\n")
return
fin