1Prelude.gcSetFSD(3kaya) Kaya module reference Prelude.gcSetFSD(3kaya)
2
3
4
6 Prelude::gcSetFSD - Debugging function
7
9 Void gcSetFSD( Int fsd )
10
12 fsd The garbage collection parameter
13
15 Adjust garbage collector - higher values use less memory but run slower
16 (the default value is 4, and a value of 1 disables garbage collection
17 entirely). The default is almost always acceptable.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010 Prelude.gcSetFSD(3kaya)