Gentoo Archives: gentoo-dev

From: Kito <kito@g.o>
To: Georgi Georgiev <chutz@×××.net>
Cc: 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:56:49
Message-Id: 659A9400-3A54-11D9-B27E-000A95A93300@gentoo.org
In Reply to: Re: [gentoo-dev] what to do when an ebuild needs loads of RAM? by Georgi Georgiev
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4
5 On Nov 19, 2004, at 11:21 AM, Georgi Georgiev wrote:
6
7 > maillog: 19/11/2004-11:02:23(-0600): Kito types
8 >> On Nov 19, 2004, at 10:52 AM, Greg KH wrote:
9 >>> Not true. The sysctl syscall does not require it.
10 >>
11 >> % sysctl hw.memsize
12 >> hw.memsize: 1073741824
13 >>
14 >> % ls /proc
15 >> ls: /proc: No such file or directory
16 >
17 > $ /sbin/sysctl hw.memsize
18 > error: 'hw.memsize' is an unknown key
19 >
20 > $ /sbin/sysctl -A 2>/dev/null | grep size
21 > net.ipv6.route.max_size = 4096
22 > net.ipv4.route.max_size = 131072
23 > kernel.random.poolsize = 512
24
25 for darwin systems:
26
27 /sbin/sysctl hw.memsize
28
29 *bsd:
30 /sbin/sysctl hw.physmem
31
32 for linux.... thats outta my jurisdiction =)
33
34
35 >
36 > --
37 > () Georgi Georgiev () I'm not a real movie star -- I've still
38 > ()
39 > () chutz@×××.net () got the same wife I started out with
40 > ()
41 > () +81(90)6266-1163 () twenty-eight years ago. -- Will Rogers
42 > ()
43 >
44 > --
45 > gentoo-dev@g.o mailing list
46 >
47 -----BEGIN PGP SIGNATURE-----
48 Version: GnuPG v1.2.6 (Darwin)
49
50 iD8DBQFBnjPmJ0rMK/3OwgsRAoyoAJ0cAo4kqo+GH2g2/w1IZL7ZJGtMpACgikkZ
51 hoHfQNTZxdxgi7YIMxVzoVM=
52 =Qr0j
53 -----END PGP SIGNATURE-----
54
55
56 --
57 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] what to do when an ebuild needs loads of RAM? Chris Gianelloni <wolf31o2@g.o>