Search found 2 matches

by anchitmb
Thu Jan 20, 2022 2:25 pm
Forum: YAJL-ILE
Topic: DATA INTO - Memory Leak Issues
Replies: 5
Views: 9097

Re: DATA INTO - Memory Leak Issues

Thank you Scott! I never thought about the RCLACTGRP option. We tried with the other JSON parser (one provided by IBM which they say is not prod grade) and we see the same memory leak issue. This definitely rules out the YAJL parser. I am also surprised - how efficient it is - just use 1MB of memory...
by anchitmb
Wed Jan 12, 2022 3:51 pm
Forum: YAJL-ILE
Topic: DATA INTO - Memory Leak Issues
Replies: 5
Views: 9097

DATA INTO - Memory Leak Issues

hi Scott, I have a very simple program that will parse a JSON document using DATA-INTO and YAJLINTO. We receive the JSON request from other systems via MQ. We have a never ending job that will be reading the MQ. This job will run for months in the system and processes about about million requests pe...