Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of memory occurs in cat_collect #289

Closed
Yoshihiro-Furudera opened this issue Nov 21, 2024 · 2 comments
Closed

Out of memory occurs in cat_collect #289

Yoshihiro-Furudera opened this issue Nov 21, 2024 · 2 comments
Assignees

Comments

@Yoshihiro-Furudera
Copy link

When cat_collect was run with the -dcr option on PAPI-7.2.0, a memory shortage occurred.
The cat_collect execution environment was ARM64(FUJITSU-MONAKA) Linux,
and the available memory capacity was approximately 11GB.
To run this test, what is the minimum amount of memory required?

Note that cat_collect was run as follows:
cat_collect -in INPUT_DCR.txt -out OUTPUT_DIR -dcr

The contents of INPUT_DCR.txt are written as follows:

PAPI_L1_DCA 0
PAPI_L1_DCH 0
PAPI_L1_DCM 0
PAPI_L2_DCA 0
PAPI_L2_DCH 0
PAPI_L2_DCM 0

The contents of these preset events are the events added in the following pull request.
#277

I also tried other versions, with the following results.
PAPI-7.1.0: A core dump occurred.
PAPI-7.0.1: Terminated normally.

@adanalis
Copy link
Contributor

adanalis commented Nov 26, 2024 via email

@Yoshihiro-Furudera
Copy link
Author

@adanalis
Thank you for checking.

As you pointed out, uncommenting L3_DCACHE_SIZE in .cat_cfg
and changing it to a smaller value fixed the cat_collect issue.

Best regards.
Yoshihiro Furudera

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants