Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
By default SV Server uses database to get the required data during simulation. It has however an ability to pre-load the data and run the simulation just from the memory (although the database is still needed for everything else). This can typically result in TPS increase between 10% - 30%. In case DB is having performance issues during simulation, these numbers could be even higher.
Warning #1: This configuration has impact to whole SV Server, so all virtual services running on it would be running from in-memory.
Warning #2: if you want to benefit from in-memory simulation the most, don't use custom conditions as those cannot be evaluated in-memory, but are always executed on DB level.
To enable inMemory simulation:
c:\Program Files\Micro Focus\Service Virtualization Server\Server\bin\HP.SV.StandaloneServer.exe.config
/opt/microfocus/sv-server/bin/HP.SV.StandaloneServer.exe.config
<add key="ServiceCallDataProviderProxy.SelectedObjectName" value="inMemory" />
Note: Same information is now provided also in SV Help.