Increase memtool max block size to 512 K

This commit is contained in:
Rodrigo Arias 2024-07-09 20:58:55 +02:00
parent 9ed8f812c8
commit 813e7cae2f

View File

@ -88,7 +88,7 @@
export PATH=${config.system.build.extraUtils}/bin export PATH=${config.system.build.extraUtils}/bin
memtool $((64 * 1024)) memtool $((512 * 1024))
# Unlikely to reach this point # Unlikely to reach this point
exec /init exec /init