Ask Your Question
0

CloudSage. Few projects in the same time.

asked 10 years ago

Feckous gravatar image

If i will put longtime computations (8 hours each) on in different projects they will be doing at the same time or one after another? And if they are doing at the same time how many of them are allowed to do? And how much RAM is admeasured for each project (approximately) if i am doing mostly multiplication of matrices, and finding their rank?

Preview: (hide)

Comments

Also how to have a look how much RAM i am using now?

Feckous gravatar imageFeckous ( 10 years ago )

1 Answer

Sort by » oldest newest most voted
2

answered 10 years ago

William Stein gravatar image
  • "If i will put longtime computations (8 hours each) on in different projects they will be doing at the same time or one after another?" -- same time.

    • "And how much RAM is admeasured for each project (approximately)" -- Click on the Settings tab in your project and look at "Project usage and quotas". Note also the idle timeout -- "idle" means not using the web interface.

    • "Also how to have a look how much RAM i am using now?" -- Open a New terminal and type

      top -u `whoami`

    to see all processing and how much CPU and disk they are using (note: whoami above is surrounded by back ticks). Type man top (or google for man top) to learn how top works.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 10 years ago

Seen: 530 times

Last updated: Mar 24 '15