Skip to content

Commit 7cbfbc6

Browse files
authored
Merge pull request #3 from oracle-samples/fixreadme
fix typos in top-level README
2 parents a1a5d7b + 0de46a7 commit 7cbfbc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ if necessary.
7777
values that we've tuned up. In this way, we can let the system
7878
find a balance between providing resources and exhausting them.
7979
In some cases, we won't need to tune up values; they may be fine
80-
as they are. But in other cases limits block optimal performance,
80+
as they are. But in other cases these limits block optimal performance,
8181
and if they are raised safely - with awareness of global memory
8282
limits - we can get out the way of improved performance. Another
8383
concern is that increasing buffer size leads to latency - to
8484
handle that, we correlate buffer size changes and TCP smoothed
8585
round-trip time; if the correlation between these exceeds a
86-
threshould (0.7) we stop increasing buffer size.
86+
threshold (0.7) we stop increasing buffer size.
8787

8888
## Concepts
8989

@@ -192,7 +192,7 @@ $ sudo service bpftune start
192192
$ sudo systemctl enable bpftune
193193
```
194194

195-
bpftune logs to syslog so /var/log/messags will contain details
195+
bpftune logs to syslog so /var/log/messages will contain details
196196
of any tuning carried out.
197197

198198
bpftune can also be run in the foreground as a program; to redirect
@@ -317,4 +317,4 @@ bpftune: sysctl 'net.ipv4.tcp_rmem' changed from (4096 131072 1310720 ) -> (4096
317317
## For more info
318318

319319
See the docs/ subdirectory for manual pages covering bpftune
320-
and assoiated tuners.
320+
and associated tuners.

0 commit comments

Comments
 (0)