Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

If I run an application which has shared library twice, almost double shared memory is consumed #58

Open
@jaeseok-park

Description

@jaeseok-park

Hi all.
I'm using Linux, however don't know well about shared memory and shared library concept.
I'd like to use ps_mem to calculate and analyze my application's memory usage but I got a question.

My application uses a big shared library. (.so files)
It's architecture is as below:

  1. My application is composed of partA andB.
  2. A is run as a process.
  3. A forksB, so thatB is run as another process.
  4. A can forksB many times.
  5. B uses a big shared libraryC.

Case 1:A forksB once.

 10.6 MiB + 614.5 KiB =  11.2 MiB       A106.0 MiB +  28.5 MiB = 134.4 MiB       B

Case 2:A forksB twice.

 12.6 MiB + 432.5 KiB =  13.0 MiB       A180.6 MiB +  59.3 MiB = 239.9 MiB       B (2)

Case 3:A forksB three times.

 14.6 MiB + 350.5 KiB =  15.0 MiB       A270.5 MiB +  74.1 MiB = 344.6 MiB       B (3)

I thought that the big shared library,C might be shared, so thatB's shared memory size might be almost same.
But, according to the test result, its size might be multiplied as the number of forks.

Why is the shared size multiplied?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp