Closed
Description
From message posted on Discord by matteogauthier
Hey Remotion team! π After upgrading from 4.0.273
to 4.0.310
, I'm seeing this warning during video builds in our Docker setup using @remotion/bundler
across multiple VPS:
Detected differing memory amounts:
Memory reported by CGroup: Infinity MB
Memory reported by /proc/meminfo: 30815.61 MB
Memory reported by Node: 30815.61 MB
You might have inadvertently set the --memory flag of `docker run` to a value that is higher than the global Docker memory limit.
Using the lower amount of memory for calculation.
Is this expected behavior in the new version? Just want to make sure it's not affecting render stability. Thanks!