P Venkatraman

Results 17 comments of P Venkatraman

Hi few comments: 1. I rewrote the checkMemory function as follows: async function checkMemory () { const stats = process.memoryUsage (); const text1 = `rss: ${stats.rss}, heapTotal: ${stats.heapTotal}, `; const...

@devpratishthan can you upload your modified script, I can take a look. result.rows[row].FIELD219.destroy () -> destroy () can only be called on LOB columns. And you will have to know...

Looking at the sample, will respond. Thx

@devpratishthan still working on this, no update yet.

Ran the sample again and again. On Windows/Linux also. rss: 61890560, heapTotal: 17879040, heapUsed: 11086400, external: 453952 rss: 61890560, heapTotal: 17879040, heapUsed: 11102864, external: 453952 rss: 61890560, heapTotal: 17879040, heapUsed:...

Thanks @boriborm will take a look.

Thanks, working with another team member on this issue. Will update soon.