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

lamda server slow #527

Open
abizermamnoon opened this issue Apr 17, 2023 · 2 comments
Open

lamda server slow #527

abizermamnoon opened this issue Apr 17, 2023 · 2 comments

Comments

@abizermamnoon
Copy link

Hi Mike,

My commands on the lambda server are running really slowly. What should I do?

@PArellano02
Copy link

hello,

mine is also excruciatingly (however you spell it) slow

@mikeizbicki
Copy link
Owner

Running the atop command right now, I can see that the disk usage of the /data folder is maxed out at 100%, and the CPU usage is hovering between 1500-2000%. (Recall that 100% is the max for disk usage, and 8000% is the max for cpu because there's 80 cpus.)

CPU-bound tasks (everything except mapreduce) should be running normally right now. Any disk usage of the /data folder will run very slowly, but this should only be the mapreduce homework. Your home folders are all stored on a separate hard drive than the /data folder, so you shouldn't run into problems as long as you don't touch that folder. (Technically, the /home folder is on an NVME drive, which is very fast, but very expensive.)

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