Options

Problem with Memory-Management in Navision

QuongElvisQuongElvis Member Posts: 22
Hi Forum,

i export data of serveral tables into ascii files using recref and fieldref.
After the inner loops are finished i clear the recref and the fieldref-variable. The size of the asccii-files is limited to ~2Mb, after that i clear the file-variable and create a new file.
The problem is that Memory-usage of fin.exe increases about 10 times higher then size of the exported ascii-files. This goes on and on until the
client crashes after exporting ~80MB without any message or anything.

Did anyone have that problem before? And how did you solve this?
Could external Memory-Tools e usefull?

I would be very glod for helping answers

EDIT: i tried 3.7 and 4.0 Client with exactly the same results.

have a nice day

Carsten

Comments

  • Options
    CtrlShiftF11CtrlShiftF11 Member Posts: 29
    Please post your code.
  • Options
    IvoSIvoS Member Posts: 7
    I'm working on a custom sort functionality (user is able to select custom sort order at any table, regardless of existing keys). The same problem appears when I'm trying to sort a large number of records – first memory usage increases and then fin.exe crashes without any message. With small amount of records everything works fine.

    Regards,
    Ivo
Sign In or Register to comment.