So, I'm working on a CloudScript that pulls a solid amount of data over 3 API calls. Things seem to be working well enough, but I'm noticing the "MemoryConsumedBytes" value seems to be fluctuating between ~4,294,688,712 and ~107,024 even when I'm not changing anything.
What is going on here? Should I be concerned?
Answer by Brendan · Sep 23, 2016 at 03:47 AM
Could you clarify how much data this is, and what API calls you're using? What is the Title ID in question?
total data being pulled is a little under 30,000 bytes of json
server.GetTitleInternalData - 5 keys
server.GetCharacterReadOnlyData - 1 key
server.GetCharacterInternalData - 2 keys
Title ID: 1E05
Interesting. I do see the handler in question (and the functions it calls). Could you set GeneratePlayStreamEvent in your ExecuteCloudScript calls to true for the moment? Also, would it be alright for us to create a test player in your title and try a few tests on the script? If so, please open a ticket with us to let us know what the typical FunctionParameter inputs are.
Having trouble using httpRequest to access PayPal API 1 Answer
JSON.parse/JSON.stringify corrupting int arrays 0 Answers
How can I access user's ip address from cloudscript? 2 Answers
FunctionResult missing from ExecuteCloudScriptResult 2 Answers
There is a problem with the certificate when using the container. 1 Answer