Archived:Heap memory variation in S60 1st Edition devices (Known Issue)
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot change of template (Template:KnowledgeBase) - now using Template:ArticleMetaData) |
hamishwillee
(Talk | contribs) m (moved Heap memory variation in S60 1st Edition devices (Known Issue) to Archived:Heap memory variation in S60 1st Edition devices (Known Issue)) |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Archived|timestamp=20120618214341|user=[[User:Lpvalente|Lpvalente]]}} |
| − | + | [[Category:Known Issue]][[Category:Java ME]][[Category:S60 1st Edition]] | |
| − | + | ||
| − | + | ||
| − | | | + | |
| − | | | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| + | {{ArticleMetaData <!-- v1.2 --> | ||
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
|installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | ||
| − | |sdk=<!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | + | |devices= Nokia 3600 |
| − | |devicecompatability=<!-- Compatible devices (e.g.: All* (must have GPS) ) --> | + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> |
| − | |signing=<!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | + | |platform= S60 1st Edition |
| − | |capabilities=<!-- Capabilities required (e.g. Location, NetworkServices. | + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> |
| − | |author=[[User:Technical writer 1]] | + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> |
| + | |signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20040217 | ||
| + | |author= [[User:Technical writer 1]] | ||
| + | <!-- The following are not in current metadata --> | ||
| + | |subcategory= | ||
| + | |id= KIJ000065 | ||
}} | }} | ||
==Overview== | ==Overview== | ||
| − | There is a significant difference in heap memory amounts between the Nokia 3600 and other S60 1st Edition devices. Generally there is about 2.0 megabytes of heap in these devices, but in the Nokia 3600 there is only 1.6 megabytes. | + | {{Abstract|There is a significant difference in heap memory amounts between the Nokia 3600 and other S60 1st Edition devices. Generally there is about 2.0 megabytes of heap in these devices, but in the Nokia 3600 there is only 1.6 megabytes.}} |
==Description== | ==Description== | ||
| − | Some Java games are not working on the Nokia 3600 although they are working fine on the Nokia 3650. It was identified that there is less memory available for applications in the Nokia 3600 (<nowiki>~</nowiki>1.6MB) compared to the Nokia 3650 (<nowiki>~</nowiki>2MB) | + | Some Java games are not working on the Nokia 3600 although they are working fine on the Nokia 3650. It was identified that there is less memory available for applications in the Nokia 3600 (<nowiki>~</nowiki>1.6MB) compared to the Nokia 3650 (<nowiki>~</nowiki>2MB). |
| − | + | This is considered to be an exception. | |
Latest revision as of 04:52, 19 June 2012
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
The article is believed to be still valid for the original topic scope.
The article is believed to be still valid for the original topic scope.
Article Metadata
Tested with
Devices(s): Nokia 3600
Compatibility
Platform(s): S60 1st Edition
Article
Created: User:Technical writer 1
(17 Feb 2004)
Last edited: hamishwillee
(19 Jun 2012)
Overview
There is a significant difference in heap memory amounts between the Nokia 3600 and other S60 1st Edition devices. Generally there is about 2.0 megabytes of heap in these devices, but in the Nokia 3600 there is only 1.6 megabytes.
Description
Some Java games are not working on the Nokia 3600 although they are working fine on the Nokia 3650. It was identified that there is less memory available for applications in the Nokia 3600 (~1.6MB) compared to the Nokia 3650 (~2MB).
This is considered to be an exception.

