To save memory usage, it needs to reduce number of entries in the proc
filesystem. It's using /proc//task directory to traverse threads
in the process and then kernel creates /proc//task/ entries.
After that it checks the thread info using the /proc//status file
rather than /proc//task//status.
On Mon, Feb 01, 2021 at 01:41:13PM +0900, Namhyung Kim wrote:
> On Mon, Feb 1, 2021 at 8:00 AM Jiri Olsa wrote:
> >
> > On Fri, Jan 29, 2021 at 02:48:59PM +0900, Namhyung Kim wrote:
> > > To save memory usage, it needs to reduce number of entries in the proc
> > > filesystem. It's using /proc//ta
On Mon, Feb 1, 2021 at 8:00 AM Jiri Olsa wrote:
>
> On Fri, Jan 29, 2021 at 02:48:59PM +0900, Namhyung Kim wrote:
> > To save memory usage, it needs to reduce number of entries in the proc
> > filesystem. It's using /proc//task directory to traverse threads
> > in the process and then kernel crea
On Fri, Jan 29, 2021 at 02:48:59PM +0900, Namhyung Kim wrote:
> To save memory usage, it needs to reduce number of entries in the proc
> filesystem. It's using /proc//task directory to traverse threads
> in the process and then kernel creates /proc//task/ entries.
>
> After that it checks the thr
To save memory usage, it needs to reduce number of entries in the proc
filesystem. It's using /proc//task directory to traverse threads
in the process and then kernel creates /proc//task/ entries.
After that it checks the thread info using the /proc//status file
rather than /proc//task//status.
To save memory usage, it needs to reduce number of entries in the proc
filesystem. It's using /proc//task directory to traverse threads
in the process and then kernel creates /proc//task/ entries.
After that it checks the thread info using the /proc//status file
rather than /proc//task//status.
6 matches
Mail list logo