Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.103
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
GC /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-GC.ri
991
B
-rw-r--r--
2026-04-07 16:51
config-c.ri
3.47
KB
-rw-r--r--
2026-04-07 16:51
count-c.ri
345
B
-rw-r--r--
2026-04-07 16:51
disable-c.ri
507
B
-rw-r--r--
2026-04-07 16:51
enable-c.ri
536
B
-rw-r--r--
2026-04-07 16:51
garbage_collect-i.ri
344
B
-rw-r--r--
2026-04-07 16:51
latest_gc_info-c.ri
811
B
-rw-r--r--
2026-04-07 16:51
measure_total_time%3d-c.ri
483
B
-rw-r--r--
2026-04-07 16:51
measure_total_time-c.ri
441
B
-rw-r--r--
2026-04-07 16:51
start-c.ri
1.81
KB
-rw-r--r--
2026-04-07 16:51
stat-c.ri
4.28
KB
-rw-r--r--
2026-04-07 16:51
stat_heap-c.ri
3.01
KB
-rw-r--r--
2026-04-07 16:51
stress%3d-c.ri
809
B
-rw-r--r--
2026-04-07 16:51
stress-c.ri
339
B
-rw-r--r--
2026-04-07 16:51
total_time-c.ri
336
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" start:ETI"GC::start;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"=Initiates garbage collection, even if manually disabled.;To:RDoc::Markup::BlankLine o; ; [ I"MThe +full_mark+ keyword argument determines whether or not to perform a ;TI"Imajor garbage collection cycle. When set to +true+, a major garbage ;TI"Jcollection cycle is run, meaning all objects are marked. When set to ;TI"J+false+, a minor garbage collection cycle is run, meaning only young ;TI"objects are marked.;T@o; ; [I"PThe +immediate_mark+ keyword argument determines whether or not to perform ;TI"Nincremental marking. When set to +true+, marking is completed during the ;TI"Mcall to this method. When set to +false+, marking is performed in steps ;TI"Pthat are interleaved with future Ruby code execution, so marking might not ;TI"Pbe completed during this method call. Note that if +full_mark+ is +false+, ;TI"Gthen marking will always be immediate, regardless of the value of ;TI"+immediate_mark+.;T@o; ; [ I"OThe +immediate_sweep+ keyword argument determines whether or not to defer ;TI"Psweeping (using lazy sweep). When set to +false+, sweeping is performed in ;TI"Ssteps that are interleaved with future Ruby code execution, so sweeping might ;TI"Onot be completed during this method call. When set to +true+, sweeping is ;TI".completed during the call to this method.;T@o; ; [I"RNote: These keyword arguments are implementation and version-dependent. They ;TI"Jare not guaranteed to be future-compatible and may be ignored if the ;TI"5underlying implementation does not support them.;T: @fileI" gc.rb;T:0@omit_headings_from_table_of_contents_below000[ I"C(full_mark: true, immediate_mark: true, immediate_sweep: true);T@+FI"GC;TcRDoc::NormalModule00