|
|
|
|
  |
|
Memory problem
Last Post 06 Mar 2009 08:33 AM by b126. 7 Replies.
|
Sort:
|
b126
 |
| 26 Feb 2009 11:00 PM |
|
Dear support, Is it possible to free the memory that djuggler is using from time to time ? When I run a medium-sized script (wich I can send to you if you want), and I add some data in a small datagrid, my Djuggler process keeps growing and takes more and more memory without freeing it at any time. The result is that my script crashes before the end. What can I do to avoid this issue ? Thank you. |
|
|
|
|
b126
 |
| 26 Feb 2009 11:02 PM |
|
I just got this crash again and again ! The memory used is now 300 MB (I have 4GB RAM). Actions executed : 6531. Please help. --------------------------- Djuggler --------------------------- Access violation at address 77F66BEA in module 'SHLWAPI.dll'. Read of address 0C4B9000. --------------------------- OK ---------------------------
|
|
|
|
|
Support Team
 |
| 27 Feb 2009 09:12 AM |
|
Hi, Djuggler will consume a lot of memory when the viewers are visible with a lot of data. Basically all the data in the viewers is stored in memory. You can prevent this memory consumption by simply closing the viewers like the grid viewer, text viewer or web viewer. SHLWAPI is a standard Windows dll related to UNC paths copy functions etc. Are you doing a lot of file operations in your script? DS |
|
|
|
|
b126
 |
| 27 Feb 2009 09:50 AM |
|
Hi, Unfortunately, it crashes also when closing all the viewers. Crashes also when compiling to a .EXE script. Concerning the error, when I disable the only "file download" command that I have it goes well... but I need to download these files (small picture and not in huge quantity at all). Can I do something about this, some kind of flush after the download file command ? Thank you.
|
|
|
|
|
Support Team
 |
| 27 Feb 2009 10:19 AM |
|
Hi, We received your bug report, thanks! And found the bug. Please set the overwrite file in the file download action in your script to 'No'. That will fix the SHLWAPI error as a work around. The error is caused because the Windows API can't delete an existing file or the file name syntax is wrong. In the next release this bug will be fixed. DS |
|
|
|
|
b126
 |
| 27 Feb 2009 10:25 AM |
|
Hi, Thanks for the reply. Unfortunately, I have to use the "Overwrite" option, else my script stops from time to time asking me "do you want to overwrite this file ?" and as my script takes a certain time to run, I don't stay close to the computer... Is there any other solution available ? |
|
|
|
|
Support Team
 |
| 27 Feb 2009 10:42 AM |
|
We can give you a debug release that has the problem already fixed. Use the support form and refer to this post so we can send you a debug release via email. DS |
|
|
|
|
b126
 |
| 06 Mar 2009 08:33 AM |
|
Thank you, the problem is fixed. And you are right, Djuggler does not grow in memory, even with the browser and datagrid visible. Great software! |
|
|
|
|
|
  |
 |
 |
 |
|
|
|
|