Gentoo Archives: gentoo-dev

From: Georgi Georgiev <chutz@×××.net>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] what to do when an ebuild needs loads of RAM?
Date: Fri, 19 Nov 2004 17:21:18
Message-Id: 20041119172113.GA354124@lion.gg3.net
In Reply to: Re: [gentoo-dev] what to do when an ebuild needs loads of RAM? by Kito
1 maillog: 19/11/2004-11:02:23(-0600): Kito types
2 > On Nov 19, 2004, at 10:52 AM, Greg KH wrote:
3 > >Not true. The sysctl syscall does not require it.
4 >
5 > % sysctl hw.memsize
6 > hw.memsize: 1073741824
7 >
8 > % ls /proc
9 > ls: /proc: No such file or directory
10
11 $ /sbin/sysctl hw.memsize
12 error: 'hw.memsize' is an unknown key
13
14 $ /sbin/sysctl -A 2>/dev/null | grep size
15 net.ipv6.route.max_size = 4096
16 net.ipv4.route.max_size = 131072
17 kernel.random.poolsize = 512
18
19 --
20 () Georgi Georgiev () I'm not a real movie star -- I've still ()
21 () chutz@×××.net () got the same wife I started out with ()
22 () +81(90)6266-1163 () twenty-eight years ago. -- Will Rogers ()
23
24 --
25 gentoo-dev@g.o mailing list

Replies