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

Memory runs out before tests finishes #30

Closed
MycroftHolmes1989 opened this issue Jan 23, 2019 · 2 comments
Closed

Memory runs out before tests finishes #30

MycroftHolmes1989 opened this issue Jan 23, 2019 · 2 comments

Comments

@MycroftHolmes1989
Copy link

I only have 16GB of RAM. Will the test serve its purpose if I create a 16GB Ramdisk instead of 64GB? Or mount an empty partition and use the partition for the test?

@m-r-s
Copy link

m-r-s commented Jan 24, 2019

You don't need to create the ramdisk, the script does it.
The size is only the maximum uncompressed size.
The problem occurs, when the compressed size exceeds the available space in memory.
You can reduce the number of independent compilation processes and increase the number of threads per process [1].

[1] https://github.com/suaefar/ryzen-test#requirements

@MycroftHolmes1989
Copy link
Author

That was exactly what I was looking for. Thanks.

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

2 participants