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
I have 7 instances of which I want to scan the buckets, and the mastodon ones need 3 separate locations scanned (because it also stores other stuff in subfolders)
That would require over 10 processes running, each process requires a bit over 1GB GPU RAM, and I have only 8GB GPU RAM available.
Therefore it would be useful if 1 process could round-robin the realtime scanning for multiple configs.
Currently I have a folder for each, with its own .env file and lemmy_safety.db
Maybe it could round-robin over all folders and read the .env's and store in the right db? Or you could have different env and DB in the same folder with their own suffix?
The text was updated successfully, but these errors were encountered:
I have 7 instances of which I want to scan the buckets, and the mastodon ones need 3 separate locations scanned (because it also stores other stuff in subfolders)
That would require over 10 processes running, each process requires a bit over 1GB GPU RAM, and I have only 8GB GPU RAM available.
Therefore it would be useful if 1 process could round-robin the realtime scanning for multiple configs.
Currently I have a folder for each, with its own
.env
file andlemmy_safety.db
Maybe it could round-robin over all folders and read the .env's and store in the right db? Or you could have different env and DB in the same folder with their own suffix?
The text was updated successfully, but these errors were encountered: