An Entity of Type: anatomical structure, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computing, proportional set size (PSS) is the portion of main memory (RAM) occupied by a process and is composed by the private memory of that process plus the proportion of shared memory with one or more other processes. Unshared memory including the proportion of shared memory is reported as the PSS. Example: * Process A has 50 KiB of unshared memory * Process B has 300 KiB of unshared memory * Both process A and process B have 100 KiB of the same shared memory region * PSS of process A = 50 KiB + (100 KiB / 2) = 100 KiB * PSS of process B = 300 KiB + (100 KiB / 2) = 350 KiB

Property Value
dbo:abstract
  • In computing, proportional set size (PSS) is the portion of main memory (RAM) occupied by a process and is composed by the private memory of that process plus the proportion of shared memory with one or more other processes. Unshared memory including the proportion of shared memory is reported as the PSS. Example: * Process A has 50 KiB of unshared memory * Process B has 300 KiB of unshared memory * Both process A and process B have 100 KiB of the same shared memory region Since the PSS is defined as the sum of the unshared memory of a process and the proportion of memory shared with other processes, the PSS for these two processes are as follows: * PSS of process A = 50 KiB + (100 KiB / 2) = 100 KiB * PSS of process B = 300 KiB + (100 KiB / 2) = 350 KiB This concept is mostly related (if not unique) to the Linux operating system. It was proposed by Matt Mackall because of the complications that arose when trying to count the "real memory" used by a process. The concepts of resident set size or virtual memory size (VmSize) weren't helping developers who tried to know how much memory their programs were using. (en)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 49596370 (xsd:integer)
dbo:wikiPageLength
  • 1831 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1074795362 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • In computing, proportional set size (PSS) is the portion of main memory (RAM) occupied by a process and is composed by the private memory of that process plus the proportion of shared memory with one or more other processes. Unshared memory including the proportion of shared memory is reported as the PSS. Example: * Process A has 50 KiB of unshared memory * Process B has 300 KiB of unshared memory * Both process A and process B have 100 KiB of the same shared memory region * PSS of process A = 50 KiB + (100 KiB / 2) = 100 KiB * PSS of process B = 300 KiB + (100 KiB / 2) = 350 KiB (en)
rdfs:label
  • Proportional set size (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License