Maximum blob size on the agent?

Hi:

What’s the maximum size a blob can be allocated in the agent?

I’m trying to use an IMP001 to transfer JPEGs. (I realize the device has severe memory limitations; I’m transferring in chunks). The code works fine on images of about 200Kb, but I get an “ERROR: cannot create blob” for images of about 1.5Mb.

Standard developer agents get 1MB of space (imp.getmemoryfree() will report the amount you have available). We’ll be offering bigger agents for some classes of commercial service, but you can likely chunk the data all the way up to your backend right now.