wsl -d docker-desktop && sysctl -w vm.max_map_count=262144
in wslconfig -
kernelCommandLine=ipv6.disable=1
es settings -
{
"index": {
"refresh_interval": "60s"
}
}
{
"index": {
"number_of_replicas": 0
}
}
sudo apt install ethtool
eth0 | grep 'tcp-segmentation-offload'
sudo ethtool -K eth0 tso off sudo ethtool -k
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
47748c962aac INDEX 0.00% 15.43MiB / 47.05GiB 0.03% 16.5MB / 29.8MB 0B / 0B 7
d05d2eb764da DB 16.42% 267.6MiB / 47.05GiB 0.56% 2.84MB / 16.3MB 0B / 0B 11
3e013b08fd13 ES 0.12% 31.13GiB / 47.05GiB 66.16% 27MB / 195kB 0B / 0B 86
Here you can see on wsl that the NET I/O are very low numbers transfered over around 1hour. On Xeon it would be already many MB. Overall WSL pc took 18+ hours to index, xeon took around 40 minutes. The db has ~58m entries. CPU usage is very low. What is going on here? How I can fix this or what I can try?
Thanks
0 comments:
Post a Comment
Thanks