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

Ubuntu crashs during standalone installation. #47

Closed
indianatoms opened this issue Sep 21, 2022 · 1 comment
Closed

Ubuntu crashs during standalone installation. #47

indianatoms opened this issue Sep 21, 2022 · 1 comment

Comments

@indianatoms
Copy link

I'm trying to install FedTree on Ubuntu 22.04.1 LTS. After I run the make -j command my PC freeze and next shows a clear Desktop - it closes the terminal. It crashes around 22% (once it was 22, once 26, once 18). Here are the logs

Sep 21 12:39:16 tk-ASUSPRO-P5440FF kernel: [ 2914.676991] Free swap = 0kB
Sep 21 12:39:16 tk-ASUSPRO-P5440FF kernel: [ 2914.676992] Total swap = 2097148kB
Sep 21 12:39:16 tk-ASUSPRO-P5440FF kernel: [ 2914.676993] 4156245 pages RAM
Sep 21 12:39:16 tk-ASUSPRO-P5440FF kernel: [ 2914.676995] 0 pages HighMem/MovableOnly
Sep 21 12:39:16 tk-ASUSPRO-P5440FF kernel: [ 2914.676996] 98099 pages reserved
Sep 21 12:39:16 tk-ASUSPRO-P5440FF kernel: [ 2914.676998] 0 pages hwpoisoned
Sep 21 12:39:16 tk-ASUSPRO-P5440FF kernel: [ 2914.676999] Tasks state (memory values in pages):
Sep 21 12:39:16 tk-ASUSPRO-P5440FF kernel: [ 2914.677000] [ pid ] uid tgid total_vm rss pgtables_bytes swapents oom_score_adj name

It shows that the free swap is 0kB and next it start killing processes. Did any of you experienced similar error?

@indianatoms indianatoms changed the title Ubuntu crash during installation. Ubuntu crashs during installation. Sep 21, 2022
@indianatoms indianatoms changed the title Ubuntu crashs during installation. Ubuntu crashs during standalone installation. Sep 21, 2022
@indianatoms
Copy link
Author

I fixed it by adding 4 at the end of the make command: make -j 4. So only four cores will be used.

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

1 participant