Re: [lc-devel] CCache work status
Status: Beta
Brought to you by:
nitin_sf
From: Rik v. R. <ri...@re...> - 2006-06-06 01:50:25
|
On Mon, 5 Jun 2006, Nitin Gupta wrote: > This is kind of weekly work summary for ccache work... :) Awesome. Let me know if you need any advice, etc... > It creates a virtual swap device (another swap_info_struct in > swap_info[]). Its size is set though a /proc entry created by > 'cc_control' module (attached). Nice. I wonder if this should/could be handled through flags to swapon so we can have this device in /etc/fstab ? Not an immediate concern though - that would be a cleanup for when things actually work ;) > * About files attached > -- cc_control module: This creates two proc entries: > /proc/cc_control/{max_anon_cc_size, max_fs_backed_cc_size}. This should probably be in /proc/sys/vm, which also means you can use the sysctl code and easily read/write ascii numbers into these files. -- All Rights Reversed |