MMSTREAM

From EDM2
Jump to: navigation, search
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.