1Posix.setRLimit(3kaya) Kaya module reference Posix.setRLimit(3kaya)
2
3
4
6 Posix::setRLimit - Set a resource limit.
7
9 Void setRLimit( Resource res, Int soft, Int hard=-1 )
10
12 res The resource limit to set
13
14 soft The soft limit to set (-1 for unlimited)
15
16 hard The hard limit to set (-1 for unlimited). This parameter may be
17 omitted and defaults to -1.
18
20 Set the hard and soft limits for the specified resource.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 Posix.Resource (3kaya)
34
35
36
37Kaya December 2010 Posix.setRLimit(3kaya)