Hugo A. Cantor
04-30-2010, 08:23 AM
Hello,
What is the maximum size of data you can send to vvOut_Json? I might be misreading the code, but I see that the constant MAXALLOCATION, which is used as a limit for memory allocation in WriteJSON and is used to trigger an error message in vvOut_Json, is set to 50MB. However in WriteJSON the %realloc RPG BIF is used. %alloc and %realloc can only allocate up to a little over 16MB.
-thanks,
What is the maximum size of data you can send to vvOut_Json? I might be misreading the code, but I see that the constant MAXALLOCATION, which is used as a limit for memory allocation in WriteJSON and is used to trigger an error message in vvOut_Json, is set to 50MB. However in WriteJSON the %realloc RPG BIF is used. %alloc and %realloc can only allocate up to a little over 16MB.
-thanks,