diff options
author | Miles Bader <miles@gnu.org> | 1997-07-09 20:14:47 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-07-09 20:14:47 +0000 |
commit | 11314ecfd62edb90b70832b5be6db559a49d39a0 (patch) | |
tree | bd7525534bb73b0737a91e46c07f931e75f68e80 | |
parent | 391b87ff500f3a4bb8d46a6a6c8c2e1baf686189 (diff) |
Specify a sync interval of two seconds to avoid accumulating tons of memory
when doing massive copies.
-rw-r--r-- | release/bfloppy2.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/bfloppy2.boot b/release/bfloppy2.boot index 8408d396..943d76d4 100644 --- a/release/bfloppy2.boot +++ b/release/bfloppy2.boot @@ -4,7 +4,7 @@ # First, the bootstrap filesystem. It needs several ports as arguments, # as well as the user flags from the boot loader. -/hurd/ext2fs.static --bootflags=${boot-args} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -Tgunzip:device ${root-device} $(task-create) $(prompt-task-resume) +/hurd/ext2fs.static --sync=2 --bootflags=${boot-args} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -Tgunzip:device ${root-device} $(task-create) $(prompt-task-resume) # Now the exec server; to load the dynamically-linked exec server program, # we have the boot loader in fact load and run ld.so, which in turn |