Exemplo n.º 1
0
 ///<summary>Initializes a new instance of the <see cref="MemoryDefinition"/> class.</summary>
 public MemoryDefinition()
 {
     Buffer  = 20;
     Minimum = 512;
     Maximum = 1048576;
     Startup = 1024;
     Weight  = MemoryWeight.Balanced;
 }
Exemplo n.º 2
0
 ///<summary>Initializes a new instance of the <see cref="MemoryDefinition"/> class.</summary>
 public MemoryDefinition()
 {
     Buffer  = 20;
     Startup = 1024;
     Weight  = MemoryWeight.Balanced;
 }