What are the application memory limitations between the 255 and 255M?

Not a developer, but I'm trying to understand the differences between the two models. Certain features of the Stryd app do not work on the 255 due to memory limitations, as I'm told. Seems odd for a mid-tier watch.

  • For the 255,

    "memoryLimit": 65536,
    "type": "background"
    
    "memoryLimit": 262144,
    "type": "datafield"
    
    "memoryLimit": 65536,
    "type": "glance"
    
    "memoryLimit": 524288,
    "type": "watchApp"
    
    "memoryLimit": 131072,
    "type": "watchFace"
    

    for the 255m,

    "memoryLimit": 524288,
    "type": "audioContentProvider"
    
    "memoryLimit": 65536,
    "type": "background"
    
    "memoryLimit": 262144,
    "type": "datafield"
    
    "memoryLimit": 65536,
    "type": "glance"
    
    "memoryLimit": 786432,
    "type": "watchApp"
    
    "memoryLimit": 131072,
    "type": "watchFace"

    These are for various CIQ app types

  • Thanks so much!

    So, for an app, 524kb for the Forerunner 255 versus 786kb for the Forerunner 255M.

  • Yes, but in both cases what an app can use is 4k less (the 4k is used by CIQ itself)