Working set size (original) (raw)

Property Value
dbo:abstract In computing, working set size is the amount of memory needed to compute the answer to a problem. In any computing scenario, but especially high performance computing where mistakes can be costly, this is a significant design-criteria for a given super computer system in order to ensure that the system performs as expected. When a program/algorithm computes the answer to a problem, it uses a set of data (input and intermediate data) to complete the work. For any given instance of the problem, the program has one such data set, which is called the working set. The Working Set Size (WSS) is the size of this data set. The significance of this is that if the Working Set Size is larger than the available memory in a virtual memory system then the memory manager must refer to the next level in the memory hierarchy (usually hard disk) to perform a swap operation swapping some memory contents from RAM to hard disk to enable the program to continue working on the problem. If this swapping goes on continuously the program is slowed significantly. This phenomenon is known as thrashing. (en)
dbo:wikiPageID 14514753 (xsd:integer)
dbo:wikiPageLength 1462 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1101405446 (xsd:integer)
dbo:wikiPageWikiLink dbr:Algorithm dbr:Computing dbr:Thrashing_(computer_science) dbr:Data dbc:Computer_memory dbr:RAM dbr:Virtual_memory dbr:Working_set dbr:High_performance_computing dbr:Hard_disk
dbp:wikiPageUsesTemplate dbt:More_citations_needed dbt:Reflist
dct:subject dbc:Computer_memory
gold:hypernym dbr:Amount
rdf:type dbo:Disease
rdfs:comment In computing, working set size is the amount of memory needed to compute the answer to a problem. In any computing scenario, but especially high performance computing where mistakes can be costly, this is a significant design-criteria for a given super computer system in order to ensure that the system performs as expected. (en)
rdfs:label Working set size (en)
owl:sameAs freebase:Working set size wikidata:Working set size https://global.dbpedia.org/id/4xJZw
prov:wasDerivedFrom wikipedia-en:Working_set_size?oldid=1101405446&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Working_set_size
is dbo:wikiPageRedirects of dbr:Working_Set_Size
is dbo:wikiPageWikiLink of dbr:Resident_set_size dbr:Working_Set_Size dbr:Working_set
is foaf:primaryTopic of wikipedia-en:Working_set_size