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')
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.