* [d-kernel] vm.buffermem and vm.pagecache @ 2003-09-04 10:47 Alexey Tourbin 2003-09-04 10:52 ` Ed V. Bartosh 0 siblings, 1 reply; 3+ messages in thread From: Alexey Tourbin @ 2003-09-04 10:47 UTC (permalink / raw) To: devel-kernel [-- Attachment #1: Type: text/plain, Size: 103 bytes --] Господа, почему в наших ядрах в /proc нет этих полей, хотя в Documentation/sysctl/vm.txt они описаны? [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [d-kernel] vm.buffermem and vm.pagecache 2003-09-04 10:47 [d-kernel] vm.buffermem and vm.pagecache Alexey Tourbin @ 2003-09-04 10:52 ` Ed V. Bartosh 2003-09-04 12:01 ` [d-kernel] " Alexey Tourbin 0 siblings, 1 reply; 3+ messages in thread From: Ed V. Bartosh @ 2003-09-04 10:52 UTC (permalink / raw) To: devel-kernel >>>>> "AT" == Alexey Tourbin writes: AT> Господа, AT> почему в наших ядрах в /proc нет этих полей, хотя в AT> Documentation/sysctl/vm.txt они описаны? Устарела, видимо, документация: Documentation for /proc/sys/vm/* kernel version 2.4.19 (c) 1998, 1999, Rik van Riel <riel@nl.linux.org> вот все, что нашел в 2.4.21: static ctl_table vm_table[] = { {VM_BDFLUSH, "bdflush", &bdf_prm, 9*sizeof(int), 0644, NULL, &proc_dointvec_minmax, &sysctl_intvec, NULL, &bdflush_min, &bdflush_max}, {VM_OVERCOMMIT_MEMORY, "overcommit_memory", &sysctl_overcommit_memory, sizeof(sysctl_overcommit_memory), 0644, NULL, &proc_dointvec}, {VM_PAGERDAEMON, "kswapd", &pager_daemon, sizeof(pager_daemon_t), 0644, NULL, &proc_dointvec}, {VM_PGT_CACHE, "pagetable_cache", &pgt_cache_water, 2*sizeof(int), 0644, NULL, &proc_dointvec}, {VM_PAGE_CLUSTER, "page-cluster", &page_cluster, sizeof(int), 0644, NULL, &proc_dointvec}, {VM_MIN_READAHEAD, "min-readahead", &vm_min_readahead,sizeof(int), 0644, NULL, &proc_dointvec}, {VM_MAX_READAHEAD, "max-readahead", &vm_max_readahead,sizeof(int), 0644, NULL, &proc_dointvec}, {VM_MAX_MAP_COUNT, "max_map_count", &max_map_count, sizeof(int), 0644, NULL, &proc_dointvec}, {0} }; -- Best regards, Ed V. Bartosh ^ permalink raw reply [flat|nested] 3+ messages in thread
* [d-kernel] Re: vm.buffermem and vm.pagecache 2003-09-04 10:52 ` Ed V. Bartosh @ 2003-09-04 12:01 ` Alexey Tourbin 0 siblings, 0 replies; 3+ messages in thread From: Alexey Tourbin @ 2003-09-04 12:01 UTC (permalink / raw) To: devel-kernel [-- Attachment #1: Type: text/plain, Size: 359 bytes --] On Thu, Sep 04, 2003 at 02:52:36PM +0400, Ed V. Bartosh wrote: > AT> почему в наших ядрах в /proc нет этих полей, хотя в > AT> Documentation/sysctl/vm.txt они описаны? > Устарела, видимо, документация: > Documentation for /proc/sys/vm/* kernel version 2.4.19 > (c) 1998, 1999, Rik van Riel <riel@nl.linux.org> Как увеличить буферный кэш? [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-09-04 12:01 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2003-09-04 10:47 [d-kernel] vm.buffermem and vm.pagecache Alexey Tourbin 2003-09-04 10:52 ` Ed V. Bartosh 2003-09-04 12:01 ` [d-kernel] " Alexey Tourbin
ALT Linux kernel packages development This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \ devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com public-inbox-index devel-kernel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git