Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
SurfPunk  
#1 Posted : Sunday, August 23, 2009 11:05:05 PM(UTC)
SurfPunk

Rank: Newbie

Groups: Member
Joined: 6/1/2009(UTC)
Posts: 2

I have an application that will provided end users to upload multiple folders with large amounts of images. I have noticed that using the ActiveX control in both XP and Vista in IE7/IE8 that when the initial image load happend memory allocated for IE increased greatly and then incrementally with each upload. Once the upload is complete none of the memory allocated to IE is released. Subsequent upload will consume more memory until control throws an error or simply locks up. Is this a known issue and is there a remedy?
Eugene Kosmin  
#2 Posted : Monday, August 24, 2009 6:14:48 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hi,

There are no such known issues for the current version.

To reproduce the problem we need to know:

1. Image Uploader version.
2. Image Uploader settings.
3. What kind of images you upload? And how much?
Best regards,
Eugene Kosmin
The Aurigma Development Team
SurfPunk  
#3 Posted : Monday, August 24, 2009 9:51:08 PM(UTC)
SurfPunk

Rank: Newbie

Groups: Member
Joined: 6/1/2009(UTC)
Posts: 2

We are using the 6.0.16 version.

Here are the relevant settings:
//Configure upload settings.
iu.addParam("AllowFolderUpload", "true");
iu.addParam("IncludeSubfolders", "true");
iu.addParam("ShowSubfolders", "true");

iu.addParam("FilesPerOnePackageCount", "1");
iu.addParam("AutoRecoverMaxTriesCount", "2");
iu.addParam("AutoRecoverTimeOut", "10000");
iu.addParam("MaxConnectionCount", "1");
iu.addParam("TimeOut", "0");

iu.addParam("AllowAutoRotate", "true");
iu.addParam("AllowLargePreview", "true");

iu.addParam("FileMask", "*.jpeg;*.jpg;*.png;*.gif;*.bmp");

//Set image size restrictions.
iu.addParam("MinImageWidth", "250");
iu.addParam("MinImageHeight", "250");
iu.addParam("MaxFileCount", "0");
iu.addParam("MaxFileSize", "0");
iu.addParam("MaxTotalFileSize", "0");

//Exclude the source file from upload because only
//resized versions of the photo will be sent.
iu.addParam("UploadSourceFile", "false");

//Configure settings of the optimized image. Optimized image
//is resized to 1200x1200 with JPEG quality = 60 and EXIF
//metadata is preserved.
iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "2500");
iu.addParam("UploadThumbnail1Height", "2500");
iu.addParam("UploadThumbnail1JpegQuality", "80");
iu.addParam("UploadThumbnail1CopyExif", "true");

We have been uploading large amount of images, mostly jpeg, but also have bmp, png as well. Seeing that we are only using the scaled down version of the thumb, we should only receive jpg on the backend.

Here is one test sample: 500 folders / 5 images per folder (2mb/ folder, 1GB total )

Virtual Memory Usage: 588MB at start of upload
729MB after adding 500 folders to upload queue
729MB-839MB gradual increase while uploading
839MB Test Complete

Memory Usage (iexplore.exe): 79MB at start of upload
295MB Test Complete

Similar results have been repeated on multiple test workstations.
Eugene Kosmin  
#4 Posted : Wednesday, August 26, 2009 5:03:45 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hi,

We reproduced the problem. The fix will be available in the next few weeks.

Thanks for a bug report!
Best regards,
Eugene Kosmin
The Aurigma Development Team
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.