1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-09 01:37:17 +00:00

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
images/apple
src/utilsrc/apple

Binary file not shown.

@ -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