You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I run multiple tasks in multiprocessing mode. It takes too much cpu memory, more than 50G. But my problem size is small, only 10*10.
I think it has something to do with memory preallocation? Every process tries to preallocate some memory.
Is there a environment variable to control this? I see one solution in gpu mode, but not working in my case.
I installed a cuda version jaxlib, but I set it to run in cpu mode. I think it is ok.
environment:
script:
Beta Was this translation helpful? Give feedback.
All reactions