Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ServiceLoadTest/Framework/LoadDriverService/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<runtime>
<!-- Server garbage collection is intended for server applications that need high throughput and scalability -->
<!-- https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/fundamentals?view=netframework-4.7#workstation_and_server_garbage_collection -->
<gcServer enabled="true"/>
</runtime>
</configuration>
5 changes: 5 additions & 0 deletions ServiceLoadTest/Framework/TestClient/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<runtime>
<!-- Server garbage collection is intended for server applications that need high throughput and scalability -->
<!-- https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/fundamentals?view=netframework-4.7#workstation_and_server_garbage_collection -->
<gcServer enabled="true"/>
</runtime>
<system.net>
<connectionManagement>
<add address="*" maxconnection="64" />
Expand Down
5 changes: 5 additions & 0 deletions ServiceLoadTest/ServiceFabric/Actor/SFActor/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<runtime>
<!-- Server garbage collection is intended for server applications that need high throughput and scalability -->
<!-- https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/fundamentals?view=netframework-4.7#workstation_and_server_garbage_collection -->
<gcServer enabled="true"/>
</runtime>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<runtime>
<!-- Server garbage collection is intended for server applications that need high throughput and scalability -->
<!-- https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/fundamentals?view=netframework-4.7#workstation_and_server_garbage_collection -->
<gcServer enabled="true"/>
</runtime>
</configuration>