如何阻止512 MB RAM设备的应用程序?

时间:2021-04-29 18:11:32

Sorry for this easy question but I can not find anything within appmanifest or submission form on dev.windows.com. Where I can set a min Ram of 1 GB for my app?

很抱歉这个简单的问题,但我在dev.windows.com上的appmanifest或提交表单中找不到任何内容。我可以在哪里为我的应用设置1 GB的最小Ram?

Thank you very much in advance.

非常感谢你提前。

1 个解决方案

#1


You can set ID_REQ_MEMORY_300:

您可以设置ID_REQ_MEMORY_300:

For Windows Phone 8, indicates that the app requires more than 180 MB of memory and is not suited for a lower-memory device.

对于Windows Phone 8,表示该应用程序需要超过180 MB的内存,不适合较低内存的设备。

180 MB is the most that can be used on devices with < 1 GB, so this is effectively limiting to devices with 1 GB RAM or above.

180 MB是可以在<1 GB的设备上使用的最多,因此这实际上限制了具有1 GB RAM或更高RAM的设备。

#1


You can set ID_REQ_MEMORY_300:

您可以设置ID_REQ_MEMORY_300:

For Windows Phone 8, indicates that the app requires more than 180 MB of memory and is not suited for a lower-memory device.

对于Windows Phone 8,表示该应用程序需要超过180 MB的内存,不适合较低内存的设备。

180 MB is the most that can be used on devices with < 1 GB, so this is effectively limiting to devices with 1 GB RAM or above.

180 MB是可以在<1 GB的设备上使用的最多,因此这实际上限制了具有1 GB RAM或更高RAM的设备。