Ask Your Question
0

CloudSage. Few projects in the same time.

asked 2015-03-23 17:05:20 +0200

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?

edit retag flag offensive close merge delete

Comments

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

Feckous gravatar imageFeckous ( 2015-03-23 17:18:15 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-03-24 18:37:09 +0200

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.

edit flag offensive delete link more

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: 2015-03-23 17:05:20 +0200

Seen: 465 times

Last updated: Mar 24 '15