chrisp-code
chrisp-code
I'm encountering the opposite issue. I have 102 products, 7960 variants, 816 product options, and 63680 product option values, and money amounts to support all the possible destinations and currencies...
> @chrisp-code What version of `@medusajs/medusa` do you have installed? Was on `1.7.8` and then upgrade to latest (`1.7.11`) and both presented the behavior. Truncated my DB so I could...
Was able to reduce the number of variants by 60% (this is still only 2% of my current number of products so this is not ideal) but still get OOM...
Truncated my DB again and re-ran the product loading with `1.7.12-snapshot-20230306155104`, no change in behavior. Still get OOM after ~1 min at idle after restart. Didn't see the 7K `"bull:EventBusService:queue:job_{id}"`...
Cleared DB, removed `medusa-plugin-meilisearch`, and reloaded products again - the issue did not happen again. Seems like loading a bunch of products & variants makes meilisearch fall behind on processing...