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