Jump to content

MMSTREAM: Difference between revisions

From EDM2
Created page with " SET MMSTREAM=<parameter> ;Example: SET MMSTREAM=/S:64 /P:64 /H:256 /Q:1024 /E:1024 ==Parameter-- * /S:sss - Specifies the number of streams that can be created at the same ..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 3: Line 3:
  SET MMSTREAM=/S:64 /P:64 /H:256 /Q:1024 /E:1024
  SET MMSTREAM=/S:64 /P:64 /H:256 /Q:1024 /E:1024


==Parameter--
==Parameter==
* /S:sss - Specifies the number of streams that can be created at the same time. Values range from 1 through 64. The default value for machines with more than 8MB of memory is 12. The default value for machines with 8MB of memory or less is 6.
* /S:sss - Specifies the number of streams that can be created at the same time. Values range from 1 through 64. The default value for machines with more than 8MB of memory is 12. The default value for machines with 8MB of memory or less is 6.
* /P:ppp - Specifies the number of processes that can create streams at the same time. Values range from 1 through 64. The default value for machines with more than 8MB of memory is 12. The default value for machines with 8MB of memory or less is 6.
* /P:ppp - Specifies the number of processes that can create streams at the same time. Values range from 1 through 64. The default value for machines with more than 8MB of memory is 12. The default value for machines with 8MB of memory or less is 6.

Latest revision as of 20:38, 16 May 2018

SET MMSTREAM=<parameter>
Example
SET MMSTREAM=/S:64 /P:64 /H:256 /Q:1024 /E:1024

Parameter

  • /S:sss - Specifies the number of streams that can be created at the same time. Values range from 1 through 64. The default value for machines with more than 8MB of memory is 12. The default value for machines with 8MB of memory or less is 6.
  • /P:ppp - Specifies the number of processes that can create streams at the same time. Values range from 1 through 64. The default value for machines with more than 8MB of memory is 12. The default value for machines with 8MB of memory or less is 6.
  • /H:hhh - Specifies the maximum amount of heap space (KB) that will be used. Values range from 16 through 256; the default value is 64.
  • /Q:qqq - Specifies the size of the event queue (per process). Values range from 2 through 1024; the default value is 64.
  • /E:eee - Specifies the number of events that can be enabled (per stream). Values range from 1 through 1024. The default value for machines with more than 8MB of memory is 32. The default value for machines with 8MB of memory or less is 20.