Increase memtool max block size to 512 K
This commit is contained in:
parent
9ed8f812c8
commit
813e7cae2f
@ -88,7 +88,7 @@
|
||||
|
||||
export PATH=${config.system.build.extraUtils}/bin
|
||||
|
||||
memtool $((64 * 1024))
|
||||
memtool $((512 * 1024))
|
||||
|
||||
# Unlikely to reach this point
|
||||
exec /init
|
||||
|
Loading…
Reference in New Issue
Block a user