- Posts: 17
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Windows 8.1, 10, WindowsPhone, Windows UWP
out of memory exception when zooming
IP: 192.168.0.71
11 years 8 months ago #6624
by EngDev
out of memory exception when zooming was created by EngDev
Insufficient memory to continue the execution of the program in wp8
IP: 192.168.0.71
11 years 8 months ago - 11 years 8 months ago #6625
by radaee
Replied by radaee on topic out of memory exception when zooming
did you add these codes to WMAppManifest.xml?
there are memory usage limit for each App, low memory device has 150M default.
and become 180MB after add ID_FUNCCAP_EXTEND_MEM, it is enough for most PDF files.
Code:
<FunctionalCapabilities>
<FunctionalCapability Name="ID_FUNCCAP_EXTEND_MEM" />
</FunctionalCapabilities>
and become 180MB after add ID_FUNCCAP_EXTEND_MEM, it is enough for most PDF files.
Last edit: 11 years 8 months ago by .
IP: 192.168.0.71
11 years 8 months ago - 11 years 8 months ago #6629
by EngDev
Replied by EngDev on topic out of memory exception when zooming
i added it but the same problem exist
Last edit: 11 years 8 months ago by pradeepkalla. Reason: update
IP: 192.168.0.71
11 years 8 months ago #6668
by EngDev
Replied by EngDev on topic out of memory exception when zooming
Still Crash
IP: 192.168.0.71
11 years 8 months ago #6669
by radaee
Replied by radaee on topic out of memory exception when zooming
are large PDF files?
IP: 192.168.0.71
11 years 8 months ago - 11 years 8 months ago #6670
by EngDev
Replied by EngDev on topic out of memory exception when zooming
882KB
Last edit: 11 years 8 months ago by pradeepkalla. Reason: attach
Time to create page: 0.420 seconds