@remotion/renderer 4.0.277 → 4.0.279

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -321,6 +321,14 @@ var printUsefulErrorMessage = (err, logLevel, indent) => {
321
321
  Log.info({ indent, logLevel }, "\uD83D\uDCA1 On Lambda, one reason this could happen is that Chrome is rejecting an asset to be loaded when it is running low on disk space.");
322
322
  Log.info({ indent, logLevel }, "Try increasing the disk size of your Lambda function.");
323
323
  }
324
+ if (err.message.includes("Invalid value specified for cpu")) {
325
+ Log.info({ indent, logLevel });
326
+ Log.info({ indent, logLevel }, "\uD83D\uDCA1 This error indicates that your GCP account does have a limit. Try setting `--maxInstances=5` / `maxInstances: 5` when deploying this service.");
327
+ Log.info({
328
+ indent,
329
+ logLevel
330
+ });
331
+ }
324
332
  };
325
333
 
326
334
  // src/wrap-with-error-handling.ts