|
Summary: Starting a space container with a single space using the CLI commands gsServer or gsInstance.
OverviewGigaSpaces can run multiple containers simultaneously on the same machine (each with its own JVM) or multiple containers within the same JVM. Each space in the container may have different characteristics. Some spaces can reside in virtual memory only, while others can also be persistent using database or indexed file to extend the virtual memory storage capacity. To start a container gsServer java://localhost:10098/MyContainer Running a container using gsInstance: java://localhost:10098/MyContainer After running a container you may create spaces using this container with the following commands: createSpace MyContainer mySpace -l |
Wiki Content Tree
Your Feedback Needed!
We need your help to improve this wiki site. If you have any suggestions or corrections, write to us at techw@gigaspaces.com. Please provide a link to the wiki page you are referring to.
Add Comment