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
There is a param use_mp which is used to determine whether to use multiprocessing or not, however it doesn't appear there is any way to configure the number of cores or workers to use.
I was curious if anyone had any solution to this or strategies for doing a large data import on limited hardware.
The text was updated successfully, but these errors were encountered:
@noahebrooks-cb Can you give some more details on exactly what you are importing? This shouldn't raise an error with 8 GB, and multiprocessing won't have much of a memory impact. You can always turn multiprocessing off to test that assumption, of course.
Using the ecospold2 importer:
There is a param
use_mp
which is used to determine whether to use multiprocessing or not, however it doesn't appear there is any way to configure the number of cores or workers to use.I was curious if anyone had any solution to this or strategies for doing a large data import on limited hardware.
The text was updated successfully, but these errors were encountered: