Service Virtualization

  • 1.  Can we make Multiple VSE's as a group ?

    Posted Apr 18, 2017 03:38 PM

    Hi Team,  Can we make Multiple VSE's as a group ?



  • 2.  Re: Can we make Multiple VSE's as a group ?

    Broadcom Employee
    Posted Apr 18, 2017 09:41 PM

    Hello,

        We can not make multiple VSE as a single group. But we can make services in a single VSE as a group. Can we know the reason to create a group for multiple VSE's, so that if we have alternate approach we can guide you.

     

    Thanks

    Srikanth



  • 3.  Re: Can we make Multiple VSE's as a group ?

    Posted Apr 19, 2017 10:50 AM

    Thanks for your Response, Srikanth ,

     

                                                  Yeah, I would like to use memory efficiently, so is it possible by grouping them VSE's ?

     


  • 4.  Re: Can we make Multiple VSE's as a group ?
    Best Answer

    Posted Apr 19, 2017 01:35 PM

    Each DevTest server component runs in its own memory space (JVM) so there is not really a concept of two DevTest components sharing the 'same' memory. Each consumes its memory from the RAM allocated to the server on which the service is executing. 

     

    One approach to adjust memory is provided using directives (i.e., -Xms, -Xmx) in the VMOPTIONS file of a given service. These adjustments only affect that service.  Reducing memory too far could result in unexpected crashes (out of memory exceptions) or poor performance.

     

    Are you seeing an unexpected memory utilization on your machine(s) based on the DevTest memory requirements?  Version 10 requirements can be found here: System Requirements - DevTest Solutions - 10.0 - CA Technologies Documentation  Your specific version may be slightly different.



  • 5.  Re: Can we make Multiple VSE's as a group ?

    Broadcom Employee
    Posted Apr 19, 2017 08:54 PM

           You can not group the VSE's for memory efficiency. Because, individual VSE component will use it's own memory based on JVM parameters defined in vmoptions file.