Is is ok if all of my metres are at 100%?

Is it ok if all of my things are at 100%, eg Ram, Storage and also CPU?
My repl
When i run const.py it goes really slow and me no likey, i need my moolah

import os
for i in range(1000000):
  os.system(f'echo "t{i+1}=Thread(target=task)"  >> main.py')
1 Like

(post deleted by author)

first of all welcome to the community!
and yes its fine to have all the meters 100%

1 Like

Generally it’s probably OK, but if you try to push the RAM limit; processes might start to be killed until the your back under the RAM limit, and you won’t be able to use more storage than is available (at least until the wip Infinity Drive beta is released allowing you to purchase more storage), if you reach the CPU limit; processes might slow down. You can increase CPU power using boosts if you need. :smile:

2 Likes

The reason why it’s probably so high is that you are doing a for loop repeating 1 million times.

2 Likes

I know him irl, it was at 1000000000000000000000000000000000 repeats

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.