Beno_Iskratel
13 years agoFrequent Contributor
Mock servis: GC overhead limit exceeded
hi,
i'm running mock servis. in aprox 12 hours, mock must handle 400.000 requests. when mock recieves request A, request B (readRecord) is sent from mock to server and after server responses with response B, mock returns response A.
there are a lot of problems witm memory. at morning when i get to work SoapUI doesn't work. I can see in memory log, the graph is on the top, flat line and java (SoapUI) is using 1.2GiB of memory.
on windows, i solved the problem with disabling soapUI log and http log.
on linux, this doesn't work.
there is also problem, that i have to open all requests in CcsServiceSoap11Binding interface and minimaze them. if i don't open them, they don't work and if i don't minimize them, soapUI runs out of memmory also on windows.
please check if you can find anything. perhaps in mock start, onRequest script or mock Response1 Script?
on linux i'm using 3.6.2.
here are request for mock and response for testCase.
regards,
beno
i'm running mock servis. in aprox 12 hours, mock must handle 400.000 requests. when mock recieves request A, request B (readRecord) is sent from mock to server and after server responses with response B, mock returns response A.
there are a lot of problems witm memory. at morning when i get to work SoapUI doesn't work. I can see in memory log, the graph is on the top, flat line and java (SoapUI) is using 1.2GiB of memory.
on windows, i solved the problem with disabling soapUI log and http log.
on linux, this doesn't work.
there is also problem, that i have to open all requests in CcsServiceSoap11Binding interface and minimaze them. if i don't open them, they don't work and if i don't minimize them, soapUI runs out of memmory also on windows.
please check if you can find anything. perhaps in mock start, onRequest script or mock Response1 Script?
on linux i'm using 3.6.2.
here are request for mock and response for testCase.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<Update_CRMRecord_StatusAS xmlns="http://test57.cocos.si/">
<pID>2032075</pID>
<pStatus>Finished</pStatus>
</Update_CRMRecord_StatusAS>
</S:Body>
</S:Envelope>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:readRecordResponse xmlns="http://ccs.service112.iskratel.si/xsd" xmlns:ns2="http://ccs.service112.iskratel.si">
<ns2:return>
<id>1772851</id>
<crdate>1316609942025</crdate>
<latitude>4169</latitude>
<longitude>2714</longitude>
<operatorid>1</operatorid>
<phonenumber>8344683104</phonenumber>
<radious>5768</radious>
</ns2:return>
</ns2:readRecordResponse>
</S:Body>
</S:Envelope>
regards,
beno