Lines Matching full:disables
20 is GOGC=100. Setting GOGC=off disables the garbage collector entirely.
31 and so on. The default setting is [math.MaxInt64], which effectively disables the
42 cpu.*: cpu.all=off disables the use of all optional instruction set extensions.
43 cpu.extension=off disables use of instructions from the specified instruction set extension.
45 as listed in internal/cpu package. As an example cpu.avx=off disables runtime detection
48 cgocheck: setting cgocheck=0 disables all checks for packages
55 disablethp: setting disablethp=1 on Linux disables transparent huge pages for the heap.
66 dontfreezetheworld=1 disables this preemption, allowing goroutines to
85 gcshrinkstackoff: setting gcshrinkstackoff=1 disables moving goroutines
88 gcstoptheworld: setting gcstoptheworld=1 disables concurrent garbage collection,
90 also disables concurrent sweeping after the garbage collection finishes.
159 panicnil: setting panicnil=1 disables the runtime error when calling panic with nil
173 is found in a pointer-typed location. Setting invalidptr=0 disables this check.
220 asyncpreemptoff: asyncpreemptoff=1 disables signal-based
224 because it also disables the conservative stack scanning used