If this isn't exactly what you wanted, please try our Search (there's a LOT of techy and non-techy stuff here about Linux, Unix, Mac OS X and just computers in general!):
From: Bela Lubkin <belal@caldera.com> Subject: Re: Long pauses Date: Tue, 16 Apr 2002 18:59:01 GMT References: <ubnr5bqdms3m73@corp.supernews.com> <20020416030233.B6944@mammoth.ca.caldera.com> <ubo57dpd6q3q13@corp.supernews.com> [possible FAQ material in this msg and its grandparent?] Scott wrote:
> Thank you very much for your comprehensive reply!
> I will try bringing BDFLUSH down much lower, and putting NAUTOUP back to 10.
> Hopefully, I'll be able to reboot tonight (if I can manage to kick all the
> users off for long enough!), and I'll let you know what happens tomorrow!
Ok. FYI, both of these parameters can safely be tuned on a running
system. (This is not _generally_ true of all parameters, but I've
looked carefully at the kernel source that uses these two parameters and
it both re-acquires the values from the main tunable variables, and uses
them in a safe manner which won't be harmed by dynamic changes.)
To change them, you can use /etc/scodb:
# scodb -w
scodb> tune.t_bdflushr=1
scodb> v.v_autoup=A
scodb> q
^ ^ or whatever values you want; note: hexadecimal!
You could also use /etc/pat, which is in tls613 at
ftp://stage.caldera.com/TLS/:
# pat -n /unix tune+20 ........ = 00000001 # tune.t_bdflushr=1: run bdflush often
# pat -n /unix v+4c ........ = 0000000A # v.v_autoup=10: flush dirty bufs after 10s
`pat` has the advantage that you can put comments into the flow of control. It has the fairly large disadvantage that it doesn't know the shapes of the structures, so you have to manually compute them and could mistakenly patch the wrong field. If you patch BDFLUSHR, bdflush will wake up after the last sleep at the old BDFLUSHR, then start sleeping at the new rate. So for instance you may not notice the once-a-second write cycle until up to old-BDFLUSHR seconds have passed. I believe you could also force the issue by doing a `sync` immediately after tuning it. If you patch NAUTOUP, buffers already in the buffer cache _will_ be affected -- it is checked by bdflush() whenever it wakes up -- the timeout is a property considered by the bdflush algorithm rather than a property stored in each individual buffer. (I suppose you could dynamically tune these parameters to deal with external conditions -- set both to 1 during a lightning storm, trading performance for minimal data loss in the event of a catastrophic failure?) >Bela<
/Bofcusm/1546.html copyright 1997-2004 (various authors) All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.
Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.
We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.
Click here to add your comments
Don't miss responses! Subscribe to Comments by RSS or by Email
Click here to add your comments
If you want a picture to show with your comment, go get a Gravatar