cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Clarification on AppFunctions limitation

william_cher
Participant

With reference to https://developer.dynatrace.com/develop/functions/, what does it mean for following items:

  • Functions are deployed in an environment with 256 MB RAM (Regardless of how many AppFunction created, all will run within 256 MB RAM?)
  • Functions can't send binary responses (AppFunction can only return JSON ?)
1 REPLY 1

imsingh
Dynatrace Helper
Dynatrace Helper

Hi there

  • Each App function runs in its own environment with 256MB RAM. If you have two App functions in your application, both will get 256MB RAM separately. 
  • You can't return binary data like images or videos from a function. You can send text back in either JSON or plain text

Let me know if it answers your question. Thanks 🙂 

Featured Posts