diff options
Diffstat (limited to 'src/pkg/runtime/mheap.c')
| -rw-r--r-- | src/pkg/runtime/mheap.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/pkg/runtime/mheap.c b/src/pkg/runtime/mheap.c index f45149d63..177f40659 100644 --- a/src/pkg/runtime/mheap.c +++ b/src/pkg/runtime/mheap.c @@ -409,6 +409,9 @@ runtime·MHeap_Scavenger(void)  	bool trace;  	Note note, *notep; +	g->issystem = true; +	g->isbackground = true; +  	// If we go two minutes without a garbage collection, force one to run.  	forcegc = 2*60*1e9;  	// If a span goes unused for 5 minutes after a garbage collection, | 
