How do we Set Ice Message Size???

in Help Center
In order o set set the message size we use the the MessageSizeMax property at runtime (./server --Ice.MessageSizeMax=1).
When we set this property to <=1MB , we get the desired result. (i.e put a size of 1KB and tried to fetch data > 1KB over Ice, it failed (Ice Memory limit exceeeded))
When we set this property to around 10MB (Ice.MessageSizeMax=102400) and tried to fetch data < 10MB it fails.
We are trying to fetch 10000 records with each row of approximately 50 bytes in size from database. We are successful in fetching upto 5000 records with Ice.MessageSizeMax=1024. If we tried to fetch 6000 records, it fails(Ice Memory limit exceeeded))
We would like to know the correct procedure
Thanks and Regards
Aswani
When we set this property to <=1MB , we get the desired result. (i.e put a size of 1KB and tried to fetch data > 1KB over Ice, it failed (Ice Memory limit exceeeded))
When we set this property to around 10MB (Ice.MessageSizeMax=102400) and tried to fetch data < 10MB it fails.
We are trying to fetch 10000 records with each row of approximately 50 bytes in size from database. We are successful in fetching upto 5000 records with Ice.MessageSizeMax=1024. If we tried to fetch 6000 records, it fails(Ice Memory limit exceeeded))
We would like to know the correct procedure
Thanks and Regards
Aswani
0
Comments
Cheers,
Michi.
Best regards,
Bernard