This website requires JavaScript.
Explore
Help
Sign In
github-mirrors
/
VictoriaMetrics
Watch
1
Star
0
Fork
You've already forked VictoriaMetrics
0
mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced
2024-11-21 14:44:00 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
bea5a8700a
VictoriaMetrics
/
app
/
vmselect
/
netstorage
/
fadvise_darwin.go
10 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
all: open-sourcing single-node version
2019-05-22 21:16:55 +00:00
package
netstorage
import
(
"os"
)
app/vmselect/netstorage: hint the OS that tmpBlocksFile is read almost sequentially This became the case after b7ee2e7af265b86f7c40fdcd942fef4d93c53c40 .
2019-09-29 21:11:01 +00:00
func
mustFadviseSequentialRead
(
f
*
os
.
File
)
{
all: open-sourcing single-node version
2019-05-22 21:16:55 +00:00
// Do nothing :)
}
Reference in a new issue
Copy permalink