Out of GPU memory issue
Using JS to batch processing for hundreds of .ai files, Out of GPU memory warning popup. You can find the warning information in attachment.
During batch processing, each loop will close the processed image by using document.close() function.
Thanks!
OS: macOS Big Sur
Illustrator: 25.2.1
-
Mitch Pope commented
Still an issue! every iteration of my scripts end with the document.close() function, so there are no documents to close. It works with GPU acceleration off, but the scripts, and illustrator itself, run a lot slower on the CPU.
macOS Ventura -
Hampus Brynolf commented
Same problem! When iterating over 1000 of files, I run into this problem even if i'm trying to close documents and do some cleanup (ie in the script).