zoekt: 22 files / 104 matches / 0.41ms neogrok: 20 files / 102 matches

github.com/sourcegraph/zoektcmd/zoekt-webserver/main_linux.go 1 match | Go | №1

14 // The memory map metrics are collected via /proc, which15 // is only available on linux-based operating systems.16

github.com/sourcegraph/zoektbtree.go 1 match | Go | №2

45 //46 // On linux "getconf PAGESIZE" returns the number of bytes in a memory page.47 const btreeBucketSize = (4096 * 2) / ngramEncoding

github.com/isker/neogrokREADME.md 1 match | Markdown | №3

25 repos) happily runs on the smallest instances Fly can provision. Indexing26 the Linux kernel produces about 2.7GiB of index shards, and serving those27 shards uses just under 1 GiB of RAM.

github.com/sourcegraph/zoektREADME.md 1 match | Markdown | №4

67 ## Installation68 A more organized installation on a Linux server should use a systemd unit file,69 eg.

github.com/isker/neogrokyarn.lock 75 matches | YAML | №5

367 368 "@esbuild/linux-arm64@npm:0.19.11":369 version: 0.19.11370 resolution: "@esbuild/linux-arm64@npm:0.19.11"371 conditions: os=linux & cpu=arm64372 languageName: node
374 375 "@esbuild/linux-arm@npm:0.19.11":376 version: 0.19.11377 resolution: "@esbuild/linux-arm@npm:0.19.11"378 conditions: os=linux & cpu=arm379 languageName: node

github.com/sourcegraph/zoektflake.nix 2 matches | Nix | №6

7 devShells = nixpkgs.lib.genAttrs [8 "x86_64-linux"9 "aarch64-linux"10 "aarch64-darwin"

github.com/sourcegraph/zoektdoc/faq.md 2 matches | Markdown | №7

124 Rare strings, are extremely fast to retrieve, for example `r:torvalds125 crazy` (search "crazy" in the linux kernel) typically takes [about126 7-10ms on
137 138 The Linux kernel (55K files, 545M data) takes about 160s to index on139 my x250 laptop using a single thread. The process can be parallelized

github.com/sourcegraph/zoektdoc/ctags.md 1 match | Markdown | №8

11 `db3d9a6`](https://github.com/universal-ctags/ctags/commit/4ff09da9b0a36a9e75c92f4be05d476b35b672cd)12 or newer, running on the Linux platform.13

github.com/sourcegraph/zoektdoc/design.md 1 match | Markdown | №9

12 13 * works well on a single standard Linux machine, with stable storage on SSD14

github.com/sourcegraph/zoektindexfile_unix.go 1 match | Go | №10

14 15 //go:build linux || darwin16

github.com/sourcegraph/zoektindexfile_other.go 2 matches | Go | №11

14 15 //go:build !linux && !darwin16 // +build !linux,!darwin17

github.com/sourcegraph/zoektcmd/zoekt-index/main.go 1 match | Go | №12

72 73 // Tune GOMAXPROCS to match Linux container CPU quota.74 _, _ = maxprocs.Set()

github.com/sourcegraph/zoektcmd/zoekt-webserver/main.go 1 match | Go | №13

191 192 // Tune GOMAXPROCS to match Linux container CPU quota.193 _, _ = maxprocs.Set()

github.com/sourcegraph/zoektcmd/zoekt-git-index/main.go 1 match | Go | №14

52 53 // Tune GOMAXPROCS to match Linux container CPU quota.54 _, _ = maxprocs.Set()

github.com/sourcegraph/zoektcmd/zoekt-repo-index/main.go 1 match | Go | №15

138 139 // Tune GOMAXPROCS to match Linux container CPU quota.140 _, _ = maxprocs.Set()

github.com/isker/neogroksrc/routes/about/+page.svelte 4 matches | Svelte | №16

117 that contain any results matching the query. So, <ExampleQuery118 query="r:linux"119 page="repositories"120 /> filters the table to repositories with "linux" in their name, while <ExampleQuery121 query="linux"122 page="repositories"123 /> filters the table to repositories with linux in their124 <em>contents</em>.

github.com/sourcegraph/zoektcmd/zoekt-archive-index/main.go 1 match | Go | №17

33 34 // Tune GOMAXPROCS to match Linux container CPU quota.35 _, _ = maxprocs.Set()

github.com/isker/neogroksrc/routes/syntax/+page.svelte 1 match | Svelte | №18

203 <td class="p-1">204 <ExampleQuery query="r:linux driver" />205 </td>

github.com/sourcegraph/zoektcmd/zoekt-webserver/main_unsupported.go 3 matches | Go | №19

1 //go:build !linux2
10 // The memory map metrics are collected via /proc, which11 // is only available on linux-based operating systems.12 13 // as far as I can tell, Windows does not have the same14 // virtual memory statistics as Linux.15 // For example, Windows does not have the concept of

github.com/sourcegraph/zoektcmd/zoekt-sourcegraph-indexserver/main.go 1 match | Go | №20

1366 1367 // Tune GOMAXPROCS to match Linux container CPU quota.1368 _, _ = maxprocs.Set()