How to increase (playwright) max Data size?
I'm getting an error after a run completed that is over 9MB. How do I increase this limit so I can save larger datasets?

2 Replies
continuing-cyan•2y ago
Can you please provide full error message (with references to code).
Maybe the item, you are trying to save to the KVstore or dataset is too big?
Did you check it?
Or please provide link to your run, if you run your Actor on the Apify platform.
quickest-silverOP•2y ago
thank you for your response, i changed some stuff (i was converting images to base64 and saving those to my Dataset)
im just saving the link now and im fetching and saving the images in a different way now, so i dont need to increase the limit anymore.
I was basically just doing this in the screenshot, but it seems like the default size limit of one of these files is 9 MB. (import { Dataset } from "crawlee";)
