Skip to content

Commit

Permalink
Added druntime's runtime gc switch to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jebbs committed Sep 20, 2016
1 parent e8eb307 commit f47d7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/garbage.dd
Expand Up @@ -398,6 +398,7 @@ $(H2 $(LNAME2 gc_config, Configuring the Garbage Collector))
$(UL
$(LI disable:0|1 - start disabled)
$(LI profile:0|1 - enable profiling with summary when terminating program)
$(LI gc:conservative|manual - select gc implementation (default = conservative))
$(LI initReserve:N - initial memory to reserve in MB)
$(LI minPoolSize:N - initial and minimum pool size in MB)
$(LI maxPoolSize:N - maximum pool size in MB)
Expand Down

0 comments on commit f47d7dd

Please sign in to comment.